Html Css Color HEX #B219CF Dark Orchid

📋 copy color: '#B219CF'

red 178 ◦ green 25 ◦ blue 207

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

Shades of Dark Orchid #B219CF

Tints of Dark Orchid #B219CF

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.1%

 BLUE value IS 207 (81.25% from 255) = 50.49%

R = 43.41%
G = 6.1%
B = 50.49%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B219CF (or 0xB219CF) is known color: Dark Orchid. HEX triplet: B2, 19 and CF. RGB value is (178,25,207). Sum of RGB (Red+Green+Blue) = 178+25+207=410 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.41% from 410); Green value is 25 (10.16% from 255 or 6.10% from 410); Blue value is 207 (81.25% from 255 or 50.49% from 410); Max value from RGB is 207 - color contains mainly: blue. Hex color #B219CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219CF is #4DE630. Grayscale: #5A5A5A. Windows color (decimal): -5105201 or 13572530. OLE color: 13572530.

HSL color Cylindrical-coordinate representation of color #B219CF: hue angle of 290.44º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B219CF is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 25 207 -
CMYK 0.14 0.88 0 0.19
HSL 290.44º 0.78% 0.45% -
HSV(B) 290.44º 0.88% 0.81% -
XYZ 29.97 14.67 60.28 -
YUV 91.5 193.19 189.7 -
System Red Green Blue C M Y K H S L
Decimal 178 25 207 0.14 0.88 0 0.19 290.44 0.78 0.45
Hex B2 19 CF E 58 0 13 122 4E 2D
Octal 262 31 317 16 130 0 23 442 116 55
Binary 10110010 11001 11001111 1110 1011000 0 10011 100100010 1001110 101101

Color Harmonies of #B219CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219CF

Black with #B219CF

Text Example


Text Example

White with #B219CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219CF; }

 p { color: rgb(178,25,207); }

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

background-color css

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

 a { background-color: rgb(178,25,207); }

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

border-color css

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

 span { border-color: rgb(178,25,207); }

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