Html Css Color HEX #B221CF Dark Orchid

📋 copy color: '#B221CF'

red 178 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #B221CF

Tints of Dark Orchid #B221CF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.89%

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

R = 42.58%
G = 7.89%
B = 49.52%

CMYK

 C value IS 0.14

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B221CF (or 0xB221CF) is known color: Dark Orchid. HEX triplet: B2, 21 and CF. RGB value is (178,33,207). Sum of RGB (Red+Green+Blue) = 178+33+207=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 33 (13.28% from 255 or 7.89% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #B221CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221CF is #4DDE30. Grayscale: #5F5F5F. Windows color (decimal): -5103153 or 13574578. OLE color: 13574578.

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

Color convert

RGB 178 33 207 -
CMYK 0.14 0.84 0 0.19
HSL 290º 0.73% 0.47% -
HSV(B) 290º 0.84% 0.81% -
XYZ 30.17 15.06 60.35 -
YUV 96.19 190.54 186.35 -
System Red Green Blue C M Y K H S L
Decimal 178 33 207 0.14 0.84 0 0.19 290 0.73 0.47
Hex B2 21 CF E 54 0 13 122 48 2F
Octal 262 41 317 16 124 0 23 442 110 57
Binary 10110010 100001 11001111 1110 1010100 0 10011 100100010 1001000 101111

Color Harmonies of #B221CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B221CF

Black with #B221CF

Text Example


Text Example

White with #B221CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B221CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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