Html Css Color HEX #B721CD Dark Orchid

📋 copy color: '#B721CD'

red 183 ◦ green 33 ◦ blue 205

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

Shades of Dark Orchid #B721CD

Tints of Dark Orchid #B721CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.69%

R = 43.47%
G = 7.84%
B = 48.69%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B721CD (or 0xB721CD) is known color: Dark Orchid. HEX triplet: B7, 21 and CD. RGB value is (183,33,205). Sum of RGB (Red+Green+Blue) = 183+33+205=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 33 (13.28% from 255 or 7.84% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 205 - color contains mainly: blue. Hex color #B721CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721CD is #48DE32. Grayscale: #606060. Windows color (decimal): -4775475 or 13443511. OLE color: 13443511.

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

Color convert

RGB 183 33 205 -
CMYK 0.11 0.84 0 0.20
HSL 292.33º 0.72% 0.47% -
HSV(B) 292.33º 0.84% 0.8% -
XYZ 31.09 15.56 59.12 -
YUV 97.46 188.7 189.01 -
System Red Green Blue C M Y K H S L
Decimal 183 33 205 0.11 0.84 0 0.20 292.33 0.72 0.47
Hex B7 21 CD B 54 0 14 124 48 2F
Octal 267 41 315 13 124 0 24 444 110 57
Binary 10110111 100001 11001101 1011 1010100 0 10100 100100100 1001000 101111

Color Harmonies of #B721CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B721CD

Black with #B721CD

Text Example


Text Example

White with #B721CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B721CD; }

 p { color: rgb(183,33,205); }

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

background-color css

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

 a { background-color: rgb(183,33,205); }

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

border-color css

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

 span { border-color: rgb(183,33,205); }

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