Html Css Color HEX #B218D3 Dark Orchid

📋 copy color: '#B218D3'

red 178 ◦ green 24 ◦ blue 211

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

Shades of Dark Orchid #B218D3

Tints of Dark Orchid #B218D3

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.81%

 BLUE value IS 211 (82.81% from 255) = 51.09%

R = 43.1%
G = 5.81%
B = 51.09%

CMYK

 C value IS 0.16

 M value IS 0.89

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B218D3 (or 0xB218D3) is known color: Dark Orchid. HEX triplet: B2, 18 and D3. RGB value is (178,24,211). Sum of RGB (Red+Green+Blue) = 178+24+211=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 211 (82.81% from 255 or 51.09% from 413); Max value from RGB is 211 - color contains mainly: blue. Hex color #B218D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B218D3 is #4DE72C. Grayscale: #5A5A5A. Windows color (decimal): -5105453 or 13834418. OLE color: 13834418.

HSL color Cylindrical-coordinate representation of color #B218D3: hue angle of 289.41º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B218D3 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 24 211 -
CMYK 0.16 0.89 0 0.17
HSL 289.41º 0.8% 0.46% -
HSV(B) 289.41º 0.89% 0.83% -
XYZ 30.44 14.82 62.88 -
YUV 91.36 195.52 189.79 -
System Red Green Blue C M Y K H S L
Decimal 178 24 211 0.16 0.89 0 0.17 289.41 0.8 0.46
Hex B2 18 D3 10 59 0 11 121 50 2E
Octal 262 30 323 20 131 0 21 441 120 56
Binary 10110010 11000 11010011 10000 1011001 0 10001 100100001 1010000 101110

Color Harmonies of #B218D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218D3

Black with #B218D3

Text Example


Text Example

White with #B218D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218D3; }

 p { color: rgb(178,24,211); }

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

background-color css

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

 a { background-color: rgb(178,24,211); }

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

border-color css

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

 span { border-color: rgb(178,24,211); }

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