Html Css Color HEX #B727BC Dark Orchid

📋 copy color: '#B727BC'

red 183 ◦ green 39 ◦ blue 188

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

Shades of Dark Orchid #B727BC

Tints of Dark Orchid #B727BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.85%

R = 44.63%
G = 9.51%
B = 45.85%

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

#B727BC (or 0xB727BC) is known color: Dark Orchid. HEX triplet: B7, 27 and BC. RGB value is (183,39,188). Sum of RGB (Red+Green+Blue) = 183+39+188=410 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.63% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 188 (73.83% from 255 or 45.85% from 410); Max value from RGB is 188 - color contains mainly: blue. Hex color #B727BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B727BC is #48D843. Grayscale: #626262. Windows color (decimal): -4773956 or 12330935. OLE color: 12330935.

HSL color Cylindrical-coordinate representation of color #B727BC: hue angle of 297.99º 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 #B727BC is Cyan = 0.03, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 183 39 188 -
CMYK 0.03 0.79 0 0.26
HSL 297.99º 0.66% 0.45% -
HSV(B) 297.99º 0.79% 0.74% -
XYZ 29.33 15.15 48.96 -
YUV 99.04 178.21 187.88 -
System Red Green Blue C M Y K H S L
Decimal 183 39 188 0.03 0.79 0 0.26 297.99 0.66 0.45
Hex B7 27 BC 3 4F 0 1A 12A 42 2D
Octal 267 47 274 3 117 0 32 452 102 55
Binary 10110111 100111 10111100 11 1001111 0 11010 100101010 1000010 101101

Color Harmonies of #B727BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B727BC

Black with #B727BC

Text Example


Text Example

White with #B727BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B727BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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