Html Css Color HEX #B72BBF Dark Orchid

📋 copy color: '#B72BBF'

red 183 ◦ green 43 ◦ blue 191

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

Shades of Dark Orchid #B72BBF

Tints of Dark Orchid #B72BBF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.31%

 BLUE value IS 191 (75% from 255) = 45.8%

R = 43.88%
G = 10.31%
B = 45.8%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B72BBF (or 0xB72BBF) is known color: Dark Orchid. HEX triplet: B7, 2B and BF. RGB value is (183,43,191). Sum of RGB (Red+Green+Blue) = 183+43+191=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 43 (17.19% from 255 or 10.31% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #B72BBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72BBF is #48D440. Grayscale: #656565. Windows color (decimal): -4772929 or 12528567. OLE color: 12528567.

HSL color Cylindrical-coordinate representation of color #B72BBF: hue angle of 296.76º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72BBF is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 43 191 -
CMYK 0.04 0.77 0 0.25
HSL 296.76º 0.63% 0.46% -
HSV(B) 296.76º 0.77% 0.75% -
XYZ 29.8 15.56 50.72 -
YUV 101.73 178.38 185.97 -
System Red Green Blue C M Y K H S L
Decimal 183 43 191 0.04 0.77 0 0.25 296.76 0.63 0.46
Hex B7 2B BF 4 4D 0 19 129 3F 2E
Octal 267 53 277 4 115 0 31 451 77 56
Binary 10110111 101011 10111111 100 1001101 0 11001 100101001 111111 101110

Color Harmonies of #B72BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72BBF

Black with #B72BBF

Text Example


Text Example

White with #B72BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72BBF; }

 p { color: rgb(183,43,191); }

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

background-color css

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

 a { background-color: rgb(183,43,191); }

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

border-color css

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

 span { border-color: rgb(183,43,191); }

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