Html Css Color HEX #B727BF Dark Orchid

📋 copy color: '#B727BF'

red 183 ◦ green 39 ◦ blue 191

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

Shades of Dark Orchid #B727BF

Tints of Dark Orchid #B727BF

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.44%

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

R = 44.31%
G = 9.44%
B = 46.25%

CMYK

 C value IS 0.04

 M value IS 0.80

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B727BF (or 0xB727BF) is known color: Dark Orchid. HEX triplet: B7, 27 and BF. RGB value is (183,39,191). Sum of RGB (Red+Green+Blue) = 183+39+191=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 39 (15.62% from 255 or 9.44% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #B727BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B727BF is #48D840. Grayscale: #626262. Windows color (decimal): -4773953 or 12527543. OLE color: 12527543.

HSL color Cylindrical-coordinate representation of color #B727BF: hue angle of 296.84º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B727BF is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 183 39 191 -
CMYK 0.04 0.80 0 0.25
HSL 296.84º 0.66% 0.45% -
HSV(B) 296.84º 0.8% 0.75% -
XYZ 29.66 15.28 50.68 -
YUV 99.38 179.71 187.64 -
System Red Green Blue C M Y K H S L
Decimal 183 39 191 0.04 0.80 0 0.25 296.84 0.66 0.45
Hex B7 27 BF 4 50 0 19 129 42 2D
Octal 267 47 277 4 120 0 31 451 102 55
Binary 10110111 100111 10111111 100 1010000 0 11001 100101001 1000010 101101

Color Harmonies of #B727BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B727BF

Black with #B727BF

Text Example


Text Example

White with #B727BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B727BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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