Html Css Color HEX #B721D0 Dark Orchid

📋 copy color: '#B721D0'

red 183 ◦ green 33 ◦ blue 208

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

Shades of Dark Orchid #B721D0

Tints of Dark Orchid #B721D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 49.06%

R = 43.16%
G = 7.78%
B = 49.06%

CMYK

 C value IS 0.12

 M value IS 0.84

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B721D0 (or 0xB721D0) is known color: Dark Orchid. HEX triplet: B7, 21 and D0. RGB value is (183,33,208). Sum of RGB (Red+Green+Blue) = 183+33+208=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 33 (13.28% from 255 or 7.78% from 424); Blue value is 208 (81.64% from 255 or 49.06% from 424); Max value from RGB is 208 - color contains mainly: blue. Hex color #B721D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B721D0 is #48DE2F. Grayscale: #616161. Windows color (decimal): -4775472 or 13640119. OLE color: 13640119.

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

Color convert

RGB 183 33 208 -
CMYK 0.12 0.84 0 0.18
HSL 291.43º 0.73% 0.47% -
HSV(B) 291.43º 0.84% 0.82% -
XYZ 31.46 15.71 61.05 -
YUV 97.8 190.2 188.77 -
System Red Green Blue C M Y K H S L
Decimal 183 33 208 0.12 0.84 0 0.18 291.43 0.73 0.47
Hex B7 21 D0 C 54 0 12 123 49 2F
Octal 267 41 320 14 124 0 22 443 111 57
Binary 10110111 100001 11010000 1100 1010100 0 10010 100100011 1001001 101111

Color Harmonies of #B721D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B721D0

Black with #B721D0

Text Example


Text Example

White with #B721D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B721D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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