Html Css Color HEX #B727BD Dark Orchid

📋 copy color: '#B727BD'

red 183 ◦ green 39 ◦ blue 189

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

Shades of Dark Orchid #B727BD

Tints of Dark Orchid #B727BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45.99%

R = 44.53%
G = 9.49%
B = 45.99%

CMYK

 C value IS 0.03

 M value IS 0.79

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B727BD (or 0xB727BD) is known color: Dark Orchid. HEX triplet: B7, 27 and BD. RGB value is (183,39,189). Sum of RGB (Red+Green+Blue) = 183+39+189=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 39 (15.62% from 255 or 9.49% from 411); Blue value is 189 (74.22% from 255 or 45.99% from 411); Max value from RGB is 189 - color contains mainly: blue. Hex color #B727BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B727BD is #48D842. Grayscale: #626262. Windows color (decimal): -4773955 or 12396471. OLE color: 12396471.

HSL color Cylindrical-coordinate representation of color #B727BD: hue angle of 297.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B727BD is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 39 189 -
CMYK 0.03 0.79 0 0.26
HSL 297.6º 0.66% 0.45% -
HSV(B) 297.6º 0.79% 0.74% -
XYZ 29.44 15.19 49.52 -
YUV 99.16 178.71 187.8 -
System Red Green Blue C M Y K H S L
Decimal 183 39 189 0.03 0.79 0 0.26 297.6 0.66 0.45
Hex B7 27 BD 3 4F 0 1A 12A 42 2D
Octal 267 47 275 3 117 0 32 452 102 55
Binary 10110111 100111 10111101 11 1001111 0 11010 100101010 1000010 101101

Color Harmonies of #B727BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B727BD

Black with #B727BD

Text Example


Text Example

White with #B727BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B727BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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