Html Css Color HEX #B239C4 Dark Orchid

📋 copy color: '#B239C4'

red 178 ◦ green 57 ◦ blue 196

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

Shades of Dark Orchid #B239C4

Tints of Dark Orchid #B239C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 45.48%

R = 41.3%
G = 13.23%
B = 45.48%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#B239C4 (or 0xB239C4) is known color: Dark Orchid. HEX triplet: B2, 39 and C4. RGB value is (178,57,196). Sum of RGB (Red+Green+Blue) = 178+57+196=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 57 (22.66% from 255 or 13.23% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #B239C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B239C4 is #4DC63B. Grayscale: #6C6C6C. Windows color (decimal): -5097020 or 12859826. OLE color: 12859826.

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

Color convert

RGB 178 57 196 -
CMYK 0.09 0.71 0 0.23
HSL 292.23º 0.55% 0.5% -
HSV(B) 292.23º 0.71% 0.77% -
XYZ 29.79 16.38 53.82 -
YUV 109.03 177.09 177.2 -
System Red Green Blue C M Y K H S L
Decimal 178 57 196 0.09 0.71 0 0.23 292.23 0.55 0.5
Hex B2 39 C4 9 47 0 17 124 37 32
Octal 262 71 304 11 107 0 27 444 67 62
Binary 10110010 111001 11000100 1001 1000111 0 10111 100100100 110111 110010

Color Harmonies of #B239C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B239C4

Black with #B239C4

Text Example


Text Example

White with #B239C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B239C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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