Html Css Color HEX #B727DC Dark Orchid

📋 copy color: '#B727DC'

red 183 ◦ green 39 ◦ blue 220

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

Shades of Dark Orchid #B727DC

Tints of Dark Orchid #B727DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 49.77%

R = 41.4%
G = 8.82%
B = 49.77%

CMYK

 C value IS 0.17

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B727DC (or 0xB727DC) is known color: Dark Orchid. HEX triplet: B7, 27 and DC. RGB value is (183,39,220). Sum of RGB (Red+Green+Blue) = 183+39+220=442 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.40% from 442); Green value is 39 (15.62% from 255 or 8.82% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #B727DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B727DC is #48D823. Grayscale: #666666. Windows color (decimal): -4773924 or 14428087. OLE color: 14428087.

HSL color Cylindrical-coordinate representation of color #B727DC: hue angle of 287.73º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B727DC is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 183 39 220 -
CMYK 0.17 0.82 0 0.14
HSL 287.73º 0.72% 0.51% -
HSV(B) 287.73º 0.82% 0.86% -
XYZ 33.17 16.69 69.18 -
YUV 102.69 194.21 185.28 -
System Red Green Blue C M Y K H S L
Decimal 183 39 220 0.17 0.82 0 0.14 287.73 0.72 0.51
Hex B7 27 DC 11 52 0 E 120 48 33
Octal 267 47 334 21 122 0 16 440 110 63
Binary 10110111 100111 11011100 10001 1010010 0 1110 100100000 1001000 110011

Color Harmonies of #B727DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B727DC

Black with #B727DC

Text Example


Text Example

White with #B727DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B727DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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