Html Css Color HEX #B72FDA Dark Orchid

📋 copy color: '#B72FDA'

red 183 ◦ green 47 ◦ blue 218

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

Shades of Dark Orchid #B72FDA

Tints of Dark Orchid #B72FDA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.49%

 BLUE value IS 218 (85.55% from 255) = 48.66%

R = 40.85%
G = 10.49%
B = 48.66%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B72FDA (or 0xB72FDA) is known color: Dark Orchid. HEX triplet: B7, 2F and DA. RGB value is (183,47,218). Sum of RGB (Red+Green+Blue) = 183+47+218=448 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.85% from 448); Green value is 47 (18.75% from 255 or 10.49% from 448); Blue value is 218 (85.55% from 255 or 48.66% from 448); Max value from RGB is 218 - color contains mainly: blue. Hex color #B72FDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B72FDA is #48D025. Grayscale: #6A6A6A. Windows color (decimal): -4771878 or 14299063. OLE color: 14299063.

HSL color Cylindrical-coordinate representation of color #B72FDA: hue angle of 287.72º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72FDA is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 183 47 218 -
CMYK 0.16 0.78 0 0.15
HSL 287.72º 0.7% 0.52% -
HSV(B) 287.72º 0.78% 0.85% -
XYZ 33.2 17.16 67.89 -
YUV 107.16 190.56 182.1 -
System Red Green Blue C M Y K H S L
Decimal 183 47 218 0.16 0.78 0 0.15 287.72 0.7 0.52
Hex B7 2F DA 10 4E 0 F 120 46 34
Octal 267 57 332 20 116 0 17 440 106 64
Binary 10110111 101111 11011010 10000 1001110 0 1111 100100000 1000110 110100

Color Harmonies of #B72FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B72FDA

Black with #B72FDA

Text Example


Text Example

White with #B72FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B72FDA; }

 p { color: rgb(183,47,218); }

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

background-color css

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

 a { background-color: rgb(183,47,218); }

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

border-color css

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

 span { border-color: rgb(183,47,218); }

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