Html Css Color HEX #B232ED Dark Orchid

📋 copy color: '#B232ED'

red 178 ◦ green 50 ◦ blue 237

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

Shades of Dark Orchid #B232ED

Tints of Dark Orchid #B232ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 50.97%

R = 38.28%
G = 10.75%
B = 50.97%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B232ED (or 0xB232ED) is known color: Dark Orchid. HEX triplet: B2, 32 and ED. RGB value is (178,50,237). Sum of RGB (Red+Green+Blue) = 178+50+237=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #B232ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B232ED is #4DCD12. Grayscale: #6C6C6C. Windows color (decimal): -5098771 or 15545010. OLE color: 15545010.

HSL color Cylindrical-coordinate representation of color #B232ED: hue angle of 281.07º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B232ED is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 50 237 -
CMYK 0.25 0.79 0 0.07
HSL 281.07º 0.84% 0.56% -
HSV(B) 281.07º 0.79% 0.93% -
XYZ 34.79 17.86 81.73 -
YUV 109.59 199.91 176.79 -
System Red Green Blue C M Y K H S L
Decimal 178 50 237 0.25 0.79 0 0.07 281.07 0.84 0.56
Hex B2 32 ED 19 4F 0 7 119 54 38
Octal 262 62 355 31 117 0 7 431 124 70
Binary 10110010 110010 11101101 11001 1001111 0 111 100011001 1010100 111000

Color Harmonies of #B232ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B232ED

Black with #B232ED

Text Example


Text Example

White with #B232ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B232ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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