Html Css Color HEX #B232E9 Dark Orchid

📋 copy color: '#B232E9'

red 178 ◦ green 50 ◦ blue 233

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

Shades of Dark Orchid #B232E9

Tints of Dark Orchid #B232E9

RGB

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

 GREEN value IS 50 (19.92% from 255) = 10.85%

 BLUE value IS 233 (91.41% from 255) = 50.54%

R = 38.61%
G = 10.85%
B = 50.54%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B232E9 (or 0xB232E9) is known color: Dark Orchid. HEX triplet: B2, 32 and E9. RGB value is (178,50,233). Sum of RGB (Red+Green+Blue) = 178+50+233=461 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.61% from 461); Green value is 50 (19.92% from 255 or 10.85% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #B232E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B232E9 is #4DCD16. Grayscale: #6C6C6C. Windows color (decimal): -5098775 or 15282866. OLE color: 15282866.

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

Color convert

RGB 178 50 233 -
CMYK 0.24 0.79 0 0.09
HSL 281.97º 0.81% 0.55% -
HSV(B) 281.97º 0.79% 0.91% -
XYZ 34.21 17.63 78.69 -
YUV 109.13 197.91 177.12 -
System Red Green Blue C M Y K H S L
Decimal 178 50 233 0.24 0.79 0 0.09 281.97 0.81 0.55
Hex B2 32 E9 18 4F 0 9 11A 51 37
Octal 262 62 351 30 117 0 11 432 121 67
Binary 10110010 110010 11101001 11000 1001111 0 1001 100011010 1010001 110111

Color Harmonies of #B232E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B232E9

Black with #B232E9

Text Example


Text Example

White with #B232E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B232E9; }

 p { color: rgb(178,50,233); }

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

background-color css

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

 a { background-color: rgb(178,50,233); }

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

border-color css

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

 span { border-color: rgb(178,50,233); }

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