Html Css Color HEX #B239CF Dark Orchid

📋 copy color: '#B239CF'

red 178 ◦ green 57 ◦ blue 207

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

Shades of Dark Orchid #B239CF

Tints of Dark Orchid #B239CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.83%

R = 40.27%
G = 12.9%
B = 46.83%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B239CF (or 0xB239CF) is known color: Dark Orchid. HEX triplet: B2, 39 and CF. RGB value is (178,57,207). Sum of RGB (Red+Green+Blue) = 178+57+207=442 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.27% from 442); Green value is 57 (22.66% from 255 or 12.90% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #B239CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239CF is #4DC630. Grayscale: #6D6D6D. Windows color (decimal): -5097009 or 13580722. OLE color: 13580722.

HSL color Cylindrical-coordinate representation of color #B239CF: hue angle of 288.4º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B239CF is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 57 207 -
CMYK 0.14 0.72 0 0.19
HSL 288.4º 0.61% 0.52% -
HSV(B) 288.4º 0.72% 0.81% -
XYZ 31.09 16.9 60.65 -
YUV 110.28 182.59 176.3 -
System Red Green Blue C M Y K H S L
Decimal 178 57 207 0.14 0.72 0 0.19 288.4 0.61 0.52
Hex B2 39 CF E 48 0 13 120 3D 34
Octal 262 71 317 16 110 0 23 440 75 64
Binary 10110010 111001 11001111 1110 1001000 0 10011 100100000 111101 110100

Color Harmonies of #B239CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B239CF

Black with #B239CF

Text Example


Text Example

White with #B239CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B239CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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