Html Css Color HEX #B239CA Dark Orchid

📋 copy color: '#B239CA'

red 178 ◦ green 57 ◦ blue 202

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

Shades of Dark Orchid #B239CA

Tints of Dark Orchid #B239CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 46.22%

R = 40.73%
G = 13.04%
B = 46.22%

CMYK

 C value IS 0.12

 M value IS 0.72

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B239CA (or 0xB239CA) is known color: Dark Orchid. HEX triplet: B2, 39 and CA. RGB value is (178,57,202). Sum of RGB (Red+Green+Blue) = 178+57+202=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 202 (79.30% from 255 or 46.22% from 437); Max value from RGB is 202 - color contains mainly: blue. Hex color #B239CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239CA is #4DC635. Grayscale: #6D6D6D. Windows color (decimal): -5097014 or 13253042. OLE color: 13253042.

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

Color convert

RGB 178 57 202 -
CMYK 0.12 0.72 0 0.21
HSL 290.07º 0.58% 0.51% -
HSV(B) 290.07º 0.72% 0.79% -
XYZ 30.48 16.66 57.49 -
YUV 109.71 180.09 176.71 -
System Red Green Blue C M Y K H S L
Decimal 178 57 202 0.12 0.72 0 0.21 290.07 0.58 0.51
Hex B2 39 CA C 48 0 15 122 3A 33
Octal 262 71 312 14 110 0 25 442 72 63
Binary 10110010 111001 11001010 1100 1001000 0 10101 100100010 111010 110011

Color Harmonies of #B239CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B239CA

Black with #B239CA

Text Example


Text Example

White with #B239CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B239CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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