Html Css Color HEX #B442FB Medium Orchid

📋 copy color: '#B442FB'

red 180 ◦ green 66 ◦ blue 251

#B442FB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #B442FB

Tints of Medium Orchid #B442FB

RGB

 RED value IS 180 (70.7% from 255) = 36.22%

 GREEN value IS 66 (26.17% from 255) = 13.28%

 BLUE value IS 251 (98.44% from 255) = 50.5%

R = 36.22%
G = 13.28%
B = 50.5%

CMYK

 C value IS 0.28

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B442FB (or 0xB442FB) is known color: Medium Orchid. HEX triplet: B4, 42 and FB. RGB value is (180,66,251). Sum of RGB (Red+Green+Blue) = 180+66+251=497 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.22% from 497); Green value is 66 (26.17% from 255 or 13.28% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #B442FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B442FB is #4BBD04. Grayscale: #787878. Windows color (decimal): -4963589 or 16466612. OLE color: 16466612.

HSL color Cylindrical-coordinate representation of color #B442FB: hue angle of 276.97º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B442FB is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 180 66 251 -
CMYK 0.28 0.74 0 0.02
HSL 276.97º 0.96% 0.62% -
HSV(B) 276.97º 0.74% 0.98% -
XYZ 38.18 20.56 93.22 -
YUV 121.18 201.27 169.96 -
System Red Green Blue C M Y K H S L
Decimal 180 66 251 0.28 0.74 0 0.02 276.97 0.96 0.62
Hex B4 42 FB 1C 4A 0 2 115 60 3E
Octal 264 102 373 34 112 0 2 425 140 76
Binary 10110100 1000010 11111011 11100 1001010 0 10 100010101 1100000 111110

Color Harmonies of #B442FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B442FB

Black with #B442FB

Text Example


Text Example

White with #B442FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B442FB; }

 p { color: rgb(180,66,251); }

 H1.HeaderClassName
 {
   color: #B442FB;
 }
 .AnyTagClassName
 {
   color: #B442FB;
 }
</style>

background-color css

<style>
 a { background-color: #B442FB; }

 a { background-color: rgb(180,66,251); }

 div.DivClassName
 {
   background-color: #B442FB;
 }
 .BgClassName
 {
   background-color: #B442FB;
 }
</style>

border-color css

<style>
 span { border-color: #B442FB; }

 span { border-color: rgb(180,66,251); }

 td.TdClassName
 {
   border-color: #B442FB;
 }
 .TagClassName
 {
   border-color: #B442FB;
 }
</style>