Html Css Color HEX #B722CB Dark Orchid

📋 copy color: '#B722CB'

red 183 ◦ green 34 ◦ blue 203

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

Shades of Dark Orchid #B722CB

Tints of Dark Orchid #B722CB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.1%

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

R = 43.57%
G = 8.1%
B = 48.33%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B722CB (or 0xB722CB) is known color: Dark Orchid. HEX triplet: B7, 22 and CB. RGB value is (183,34,203). Sum of RGB (Red+Green+Blue) = 183+34+203=420 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.57% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #B722CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B722CB is #48DD34. Grayscale: #616161. Windows color (decimal): -4775221 or 13312695. OLE color: 13312695.

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

Color convert

RGB 183 34 203 -
CMYK 0.10 0.83 0 0.20
HSL 292.9º 0.71% 0.46% -
HSV(B) 292.9º 0.83% 0.8% -
XYZ 30.88 15.52 57.87 -
YUV 97.82 187.36 188.76 -
System Red Green Blue C M Y K H S L
Decimal 183 34 203 0.10 0.83 0 0.20 292.9 0.71 0.46
Hex B7 22 CB A 53 0 14 125 47 2E
Octal 267 42 313 12 123 0 24 445 107 56
Binary 10110111 100010 11001011 1010 1010011 0 10100 100100101 1000111 101110

Color Harmonies of #B722CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B722CB

Black with #B722CB

Text Example


Text Example

White with #B722CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B722CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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