Html Css Color HEX #B239CC Dark Orchid

📋 copy color: '#B239CC'

red 178 ◦ green 57 ◦ blue 204

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

Shades of Dark Orchid #B239CC

Tints of Dark Orchid #B239CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.47%

R = 40.55%
G = 12.98%
B = 46.47%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B239CC (or 0xB239CC) is known color: Dark Orchid. HEX triplet: B2, 39 and CC. RGB value is (178,57,204). Sum of RGB (Red+Green+Blue) = 178+57+204=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 204 - color contains mainly: blue. Hex color #B239CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239CC is #4DC633. Grayscale: #6D6D6D. Windows color (decimal): -5097012 or 13384114. OLE color: 13384114.

HSL color Cylindrical-coordinate representation of color #B239CC: hue angle of 289.39º degrees, saturation: 0.59, 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 #B239CC is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 57 204 -
CMYK 0.13 0.72 0 0.2
HSL 289.39º 0.59% 0.51% -
HSV(B) 289.39º 0.72% 0.8% -
XYZ 30.72 16.75 58.74 -
YUV 109.94 181.09 176.55 -
System Red Green Blue C M Y K H S L
Decimal 178 57 204 0.13 0.72 0 0.2 289.39 0.59 0.51
Hex B2 39 CC D 48 0 14 121 3B 33
Octal 262 71 314 15 110 0 24 441 73 63
Binary 10110010 111001 11001100 1101 1001000 0 10100 100100001 111011 110011

Color Harmonies of #B239CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B239CC

Black with #B239CC

Text Example


Text Example

White with #B239CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B239CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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