Html Css Color HEX #B721CF Dark Orchid

📋 copy color: '#B721CF'

red 183 ◦ green 33 ◦ blue 207

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

Shades of Dark Orchid #B721CF

Tints of Dark Orchid #B721CF

RGB

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

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

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

R = 43.26%
G = 7.8%
B = 48.94%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B721CF (or 0xB721CF) is known color: Dark Orchid. HEX triplet: B7, 21 and CF. RGB value is (183,33,207). Sum of RGB (Red+Green+Blue) = 183+33+207=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 33 (13.28% from 255 or 7.80% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #B721CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721CF is #48DE30. Grayscale: #616161. Windows color (decimal): -4775473 or 13574583. OLE color: 13574583.

HSL color Cylindrical-coordinate representation of color #B721CF: hue angle of 291.72º 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 #B721CF is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 33 207 -
CMYK 0.12 0.84 0 0.19
HSL 291.72º 0.73% 0.47% -
HSV(B) 291.72º 0.84% 0.81% -
XYZ 31.33 15.66 60.4 -
YUV 97.69 189.7 188.85 -
System Red Green Blue C M Y K H S L
Decimal 183 33 207 0.12 0.84 0 0.19 291.72 0.73 0.47
Hex B7 21 CF C 54 0 13 124 48 2F
Octal 267 41 317 14 124 0 23 444 110 57
Binary 10110111 100001 11001111 1100 1010100 0 10011 100100100 1001000 101111

Color Harmonies of #B721CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B721CF

Black with #B721CF

Text Example


Text Example

White with #B721CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B721CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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