Html Css Color HEX #B720CB Dark Orchid

📋 copy color: '#B720CB'

red 183 ◦ green 32 ◦ blue 203

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

Shades of Dark Orchid #B720CB

Tints of Dark Orchid #B720CB

RGB

 RED value IS 183 (71.88% from 255) = 43.78%

 GREEN value IS 32 (12.89% from 255) = 7.66%

 BLUE value IS 203 (79.69% from 255) = 48.56%

R = 43.78%
G = 7.66%
B = 48.56%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B720CB (or 0xB720CB) is known color: Dark Orchid. HEX triplet: B7, 20 and CB. RGB value is (183,32,203). Sum of RGB (Red+Green+Blue) = 183+32+203=418 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.78% from 418); Green value is 32 (12.89% from 255 or 7.66% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #B720CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720CB is #48DF34. Grayscale: #606060. Windows color (decimal): -4775733 or 13312183. OLE color: 13312183.

HSL color Cylindrical-coordinate representation of color #B720CB: hue angle of 292.98º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B720CB is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 32 203 -
CMYK 0.10 0.84 0 0.20
HSL 292.98º 0.73% 0.46% -
HSV(B) 292.98º 0.84% 0.8% -
XYZ 30.82 15.41 57.85 -
YUV 96.64 188.03 189.6 -
System Red Green Blue C M Y K H S L
Decimal 183 32 203 0.10 0.84 0 0.20 292.98 0.73 0.46
Hex B7 20 CB A 54 0 14 125 49 2E
Octal 267 40 313 12 124 0 24 445 111 56
Binary 10110111 100000 11001011 1010 1010100 0 10100 100100101 1001001 101110

Color Harmonies of #B720CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B720CB

Black with #B720CB

Text Example


Text Example

White with #B720CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B720CB; }

 p { color: rgb(183,32,203); }

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

background-color css

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

 a { background-color: rgb(183,32,203); }

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

border-color css

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

 span { border-color: rgb(183,32,203); }

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