Html Css Color HEX #B242CB Medium Orchid

📋 copy color: '#B242CB'

red 178 ◦ green 66 ◦ blue 203

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

Shades of Medium Orchid #B242CB

Tints of Medium Orchid #B242CB

RGB

 RED value IS 178 (69.92% from 255) = 39.82%

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

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 39.82%
G = 14.77%
B = 45.41%

CMYK

 C value IS 0.12

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B242CB (or 0xB242CB) is known color: Medium Orchid. HEX triplet: B2, 42 and CB. RGB value is (178,66,203). Sum of RGB (Red+Green+Blue) = 178+66+203=447 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.82% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #B242CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B242CB is #4DBD34. Grayscale: #727272. Windows color (decimal): -5094709 or 13320882. OLE color: 13320882.

HSL color Cylindrical-coordinate representation of color #B242CB: hue angle of 289.05º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B242CB is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 66 203 -
CMYK 0.12 0.67 0 0.20
HSL 289.05º 0.57% 0.53% -
HSV(B) 289.05º 0.67% 0.8% -
XYZ 31.09 17.67 58.27 -
YUV 115.11 177.61 172.86 -
System Red Green Blue C M Y K H S L
Decimal 178 66 203 0.12 0.67 0 0.20 289.05 0.57 0.53
Hex B2 42 CB C 43 0 14 121 39 35
Octal 262 102 313 14 103 0 24 441 71 65
Binary 10110010 1000010 11001011 1100 1000011 0 10100 100100001 111001 110101

Color Harmonies of #B242CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B242CB

Black with #B242CB

Text Example


Text Example

White with #B242CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B242CB; }

 p { color: rgb(178,66,203); }

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

background-color css

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

 a { background-color: rgb(178,66,203); }

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

border-color css

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

 span { border-color: rgb(178,66,203); }

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