Html Css Color HEX #B218D4 Dark Orchid

📋 copy color: '#B218D4'

red 178 ◦ green 24 ◦ blue 212

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

Shades of Dark Orchid #B218D4

Tints of Dark Orchid #B218D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 51.21%

R = 43%
G = 5.8%
B = 51.21%

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

#B218D4 (or 0xB218D4) is known color: Dark Orchid. HEX triplet: B2, 18 and D4. RGB value is (178,24,212). Sum of RGB (Red+Green+Blue) = 178+24+212=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 24 (9.77% from 255 or 5.80% from 414); Blue value is 212 (83.20% from 255 or 51.21% from 414); Max value from RGB is 212 - color contains mainly: blue. Hex color #B218D4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B218D4 is #4DE72B. Grayscale: #5A5A5A. Windows color (decimal): -5105452 or 13899954. OLE color: 13899954.

HSL color Cylindrical-coordinate representation of color #B218D4: hue angle of 289.15º 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 #B218D4 is Cyan = 0.16, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 178 24 212 -
CMYK 0.16 0.89 0 0.17
HSL 289.15º 0.8% 0.46% -
HSV(B) 289.15º 0.89% 0.83% -
XYZ 30.57 14.87 63.55 -
YUV 91.48 196.02 189.71 -
System Red Green Blue C M Y K H S L
Decimal 178 24 212 0.16 0.89 0 0.17 289.15 0.8 0.46
Hex B2 18 D4 10 59 0 11 121 50 2E
Octal 262 30 324 20 131 0 21 441 120 56
Binary 10110010 11000 11010100 10000 1011001 0 10001 100100001 1010000 101110

Color Harmonies of #B218D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B218D4

Black with #B218D4

Text Example


Text Example

White with #B218D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B218D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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