Html Css Color HEX #B722D0 Dark Orchid

📋 copy color: '#B722D0'

red 183 ◦ green 34 ◦ blue 208

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

Shades of Dark Orchid #B722D0

Tints of Dark Orchid #B722D0

RGB

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

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

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

R = 43.06%
G = 8%
B = 48.94%

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

#B722D0 (or 0xB722D0) is known color: Dark Orchid. HEX triplet: B7, 22 and D0. RGB value is (183,34,208). Sum of RGB (Red+Green+Blue) = 183+34+208=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 34 (13.67% from 255 or 8% from 425); Blue value is 208 (81.64% from 255 or 48.94% from 425); Max value from RGB is 208 - color contains mainly: blue. Hex color #B722D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B722D0 is #48DD2F. Grayscale: #616161. Windows color (decimal): -4775216 or 13640375. OLE color: 13640375.

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

Color convert

RGB 183 34 208 -
CMYK 0.12 0.84 0 0.18
HSL 291.38º 0.72% 0.47% -
HSV(B) 291.38º 0.84% 0.82% -
XYZ 31.49 15.77 61.06 -
YUV 98.39 189.86 188.35 -
System Red Green Blue C M Y K H S L
Decimal 183 34 208 0.12 0.84 0 0.18 291.38 0.72 0.47
Hex B7 22 D0 C 54 0 12 123 48 2F
Octal 267 42 320 14 124 0 22 443 110 57
Binary 10110111 100010 11010000 1100 1010100 0 10010 100100011 1001000 101111

Color Harmonies of #B722D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B722D0

Black with #B722D0

Text Example


Text Example

White with #B722D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B722D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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