Html Css Color HEX #B727BA Dark Orchid

📋 copy color: '#B727BA'

red 183 ◦ green 39 ◦ blue 186

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

Shades of Dark Orchid #B727BA

Tints of Dark Orchid #B727BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.59%

R = 44.85%
G = 9.56%
B = 45.59%

CMYK

 C value IS 0.02

 M value IS 0.79

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B727BA (or 0xB727BA) is known color: Dark Orchid. HEX triplet: B7, 27 and BA. RGB value is (183,39,186). Sum of RGB (Red+Green+Blue) = 183+39+186=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 39 (15.62% from 255 or 9.56% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #B727BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B727BA is #48D845. Grayscale: #626262. Windows color (decimal): -4773958 or 12199863. OLE color: 12199863.

HSL color Cylindrical-coordinate representation of color #B727BA: hue angle of 298.78º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B727BA is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 183 39 186 -
CMYK 0.02 0.79 0 0.27
HSL 298.78º 0.65% 0.44% -
HSV(B) 298.78º 0.79% 0.73% -
XYZ 29.12 15.06 47.83 -
YUV 98.81 177.21 188.05 -
System Red Green Blue C M Y K H S L
Decimal 183 39 186 0.02 0.79 0 0.27 298.78 0.65 0.44
Hex B7 27 BA 2 4F 0 1B 12B 41 2C
Octal 267 47 272 2 117 0 33 453 101 54
Binary 10110111 100111 10111010 10 1001111 0 11011 100101011 1000001 101100

Color Harmonies of #B727BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B727BA

Black with #B727BA

Text Example


Text Example

White with #B727BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B727BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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