Html Css Color HEX #B21CCF Dark Orchid

📋 copy color: '#B21CCF'

red 178 ◦ green 28 ◦ blue 207

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

Shades of Dark Orchid #B21CCF

Tints of Dark Orchid #B21CCF

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.78%

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

R = 43.1%
G = 6.78%
B = 50.12%

CMYK

 C value IS 0.14

 M value IS 0.86

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B21CCF (or 0xB21CCF) is known color: Dark Orchid. HEX triplet: B2, 1C and CF. RGB value is (178,28,207). Sum of RGB (Red+Green+Blue) = 178+28+207=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 28 (11.33% from 255 or 6.78% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #B21CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B21CCF is #4DE330. Grayscale: #5C5C5C. Windows color (decimal): -5104433 or 13573298. OLE color: 13573298.

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

Color convert

RGB 178 28 207 -
CMYK 0.14 0.86 0 0.19
HSL 290.28º 0.76% 0.46% -
HSV(B) 290.28º 0.86% 0.81% -
XYZ 30.04 14.8 60.31 -
YUV 93.26 192.2 188.45 -
System Red Green Blue C M Y K H S L
Decimal 178 28 207 0.14 0.86 0 0.19 290.28 0.76 0.46
Hex B2 1C CF E 56 0 13 122 4C 2E
Octal 262 34 317 16 126 0 23 442 114 56
Binary 10110010 11100 11001111 1110 1010110 0 10011 100100010 1001100 101110

Color Harmonies of #B21CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21CCF

Black with #B21CCF

Text Example


Text Example

White with #B21CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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