Html Css Color HEX #B232EA Dark Orchid

📋 copy color: '#B232EA'

red 178 ◦ green 50 ◦ blue 234

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

Shades of Dark Orchid #B232EA

Tints of Dark Orchid #B232EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.65%

R = 38.53%
G = 10.82%
B = 50.65%

CMYK

 C value IS 0.24

 M value IS 0.79

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B232EA (or 0xB232EA) is known color: Dark Orchid. HEX triplet: B2, 32 and EA. RGB value is (178,50,234). Sum of RGB (Red+Green+Blue) = 178+50+234=462 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.53% from 462); Green value is 50 (19.92% from 255 or 10.82% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #B232EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B232EA is #4DCD15. Grayscale: #6C6C6C. Windows color (decimal): -5098774 or 15348402. OLE color: 15348402.

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

Color convert

RGB 178 50 234 -
CMYK 0.24 0.79 0 0.08
HSL 281.74º 0.81% 0.56% -
HSV(B) 281.74º 0.79% 0.92% -
XYZ 34.35 17.69 79.45 -
YUV 109.25 198.41 177.04 -
System Red Green Blue C M Y K H S L
Decimal 178 50 234 0.24 0.79 0 0.08 281.74 0.81 0.56
Hex B2 32 EA 18 4F 0 8 11A 51 38
Octal 262 62 352 30 117 0 10 432 121 70
Binary 10110010 110010 11101010 11000 1001111 0 1000 100011010 1010001 111000

Color Harmonies of #B232EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B232EA

Black with #B232EA

Text Example


Text Example

White with #B232EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B232EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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