Html Css Color HEX #B239C3 Dark Orchid

📋 copy color: '#B239C3'

red 178 ◦ green 57 ◦ blue 195

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

Shades of Dark Orchid #B239C3

Tints of Dark Orchid #B239C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 45.35%

R = 41.4%
G = 13.26%
B = 45.35%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B239C3 (or 0xB239C3) is known color: Dark Orchid. HEX triplet: B2, 39 and C3. RGB value is (178,57,195). Sum of RGB (Red+Green+Blue) = 178+57+195=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 57 (22.66% from 255 or 13.26% from 430); Blue value is 195 (76.56% from 255 or 45.35% from 430); Max value from RGB is 195 - color contains mainly: blue. Hex color #B239C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239C3 is #4DC63C. Grayscale: #6C6C6C. Windows color (decimal): -5097021 or 12794290. OLE color: 12794290.

HSL color Cylindrical-coordinate representation of color #B239C3: hue angle of 292.61º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B239C3 is Cyan = 0.09, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 57 195 -
CMYK 0.09 0.71 0 0.24
HSL 292.61º 0.55% 0.49% -
HSV(B) 292.61º 0.71% 0.76% -
XYZ 29.67 16.33 53.22 -
YUV 108.91 176.59 177.28 -
System Red Green Blue C M Y K H S L
Decimal 178 57 195 0.09 0.71 0 0.24 292.61 0.55 0.49
Hex B2 39 C3 9 47 0 18 125 37 31
Octal 262 71 303 11 107 0 30 445 67 61
Binary 10110010 111001 11000011 1001 1000111 0 11000 100100101 110111 110001

Color Harmonies of #B239C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B239C3

Black with #B239C3

Text Example


Text Example

White with #B239C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B239C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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