Html Css Color HEX #B232EB Dark Orchid

📋 copy color: '#B232EB'

red 178 ◦ green 50 ◦ blue 235

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

Shades of Dark Orchid #B232EB

Tints of Dark Orchid #B232EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.76%

R = 38.44%
G = 10.8%
B = 50.76%

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

#B232EB (or 0xB232EB) is known color: Dark Orchid. HEX triplet: B2, 32 and EB. RGB value is (178,50,235). Sum of RGB (Red+Green+Blue) = 178+50+235=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 50 (19.92% from 255 or 10.80% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #B232EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B232EB is #4DCD14. Grayscale: #6C6C6C. Windows color (decimal): -5098773 or 15413938. OLE color: 15413938.

HSL color Cylindrical-coordinate representation of color #B232EB: hue angle of 281.51º degrees, saturation: 0.82, 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 #B232EB is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 50 235 -
CMYK 0.24 0.79 0 0.08
HSL 281.51º 0.82% 0.56% -
HSV(B) 281.51º 0.79% 0.92% -
XYZ 34.5 17.74 80.2 -
YUV 109.36 198.91 176.96 -
System Red Green Blue C M Y K H S L
Decimal 178 50 235 0.24 0.79 0 0.08 281.51 0.82 0.56
Hex B2 32 EB 18 4F 0 8 11A 52 38
Octal 262 62 353 30 117 0 10 432 122 70
Binary 10110010 110010 11101011 11000 1001111 0 1000 100011010 1010010 111000

Color Harmonies of #B232EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B232EB

Black with #B232EB

Text Example


Text Example

White with #B232EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B232EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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