Html Css Color HEX #B230D2 Dark Orchid

📋 copy color: '#B230D2'

red 178 ◦ green 48 ◦ blue 210

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

Shades of Dark Orchid #B230D2

Tints of Dark Orchid #B230D2

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.01%

 BLUE value IS 210 (82.42% from 255) = 48.17%

R = 40.83%
G = 11.01%
B = 48.17%

CMYK

 C value IS 0.15

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B230D2 (or 0xB230D2) is known color: Dark Orchid. HEX triplet: B2, 30 and D2. RGB value is (178,48,210). Sum of RGB (Red+Green+Blue) = 178+48+210=436 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.83% from 436); Green value is 48 (19.14% from 255 or 11.01% from 436); Blue value is 210 (82.42% from 255 or 48.17% from 436); Max value from RGB is 210 - color contains mainly: blue. Hex color #B230D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B230D2 is #4DCF2D. Grayscale: #686868. Windows color (decimal): -5099310 or 13775026. OLE color: 13775026.

HSL color Cylindrical-coordinate representation of color #B230D2: hue angle of 288.15º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B230D2 is Cyan = 0.15, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 178 48 210 -
CMYK 0.15 0.77 0 0.18
HSL 288.15º 0.64% 0.51% -
HSV(B) 288.15º 0.77% 0.82% -
XYZ 31.05 16.23 62.47 -
YUV 105.34 187.07 179.83 -
System Red Green Blue C M Y K H S L
Decimal 178 48 210 0.15 0.77 0 0.18 288.15 0.64 0.51
Hex B2 30 D2 F 4D 0 12 120 40 33
Octal 262 60 322 17 115 0 22 440 100 63
Binary 10110010 110000 11010010 1111 1001101 0 10010 100100000 1000000 110011

Color Harmonies of #B230D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B230D2

Black with #B230D2

Text Example


Text Example

White with #B230D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B230D2; }

 p { color: rgb(178,48,210); }

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

background-color css

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

 a { background-color: rgb(178,48,210); }

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

border-color css

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

 span { border-color: rgb(178,48,210); }

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