Html Css Color HEX #B239CB Dark Orchid

📋 copy color: '#B239CB'

red 178 ◦ green 57 ◦ blue 203

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

Shades of Dark Orchid #B239CB

Tints of Dark Orchid #B239CB

RGB

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

 GREEN value IS 57 (22.66% from 255) = 13.01%

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

R = 40.64%
G = 13.01%
B = 46.35%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B239CB (or 0xB239CB) is known color: Dark Orchid. HEX triplet: B2, 39 and CB. RGB value is (178,57,203). Sum of RGB (Red+Green+Blue) = 178+57+203=438 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.64% from 438); Green value is 57 (22.66% from 255 or 13.01% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #B239CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239CB is #4DC634. Grayscale: #6D6D6D. Windows color (decimal): -5097013 or 13318578. OLE color: 13318578.

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

Color convert

RGB 178 57 203 -
CMYK 0.12 0.72 0 0.20
HSL 289.73º 0.58% 0.51% -
HSV(B) 289.73º 0.72% 0.8% -
XYZ 30.6 16.7 58.11 -
YUV 109.82 180.59 176.63 -
System Red Green Blue C M Y K H S L
Decimal 178 57 203 0.12 0.72 0 0.20 289.73 0.58 0.51
Hex B2 39 CB C 48 0 14 122 3A 33
Octal 262 71 313 14 110 0 24 442 72 63
Binary 10110010 111001 11001011 1100 1001000 0 10100 100100010 111010 110011

Color Harmonies of #B239CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B239CB

Black with #B239CB

Text Example


Text Example

White with #B239CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B239CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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