Html Css Color HEX #B727CF Dark Orchid

📋 copy color: '#B727CF'

red 183 ◦ green 39 ◦ blue 207

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

Shades of Dark Orchid #B727CF

Tints of Dark Orchid #B727CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 42.66%
G = 9.09%
B = 48.25%

CMYK

 C value IS 0.12

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B727CF (or 0xB727CF) is known color: Dark Orchid. HEX triplet: B7, 27 and CF. RGB value is (183,39,207). Sum of RGB (Red+Green+Blue) = 183+39+207=429 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.66% from 429); Green value is 39 (15.62% from 255 or 9.09% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 207 - color contains mainly: blue. Hex color #B727CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B727CF is #48D830. Grayscale: #646464. Windows color (decimal): -4773937 or 13576119. OLE color: 13576119.

HSL color Cylindrical-coordinate representation of color #B727CF: hue angle of 291.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B727CF is Cyan = 0.12, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 39 207 -
CMYK 0.12 0.81 0 0.19
HSL 291.43º 0.68% 0.48% -
HSV(B) 291.43º 0.81% 0.81% -
XYZ 31.52 16.02 60.46 -
YUV 101.21 187.71 186.34 -
System Red Green Blue C M Y K H S L
Decimal 183 39 207 0.12 0.81 0 0.19 291.43 0.68 0.48
Hex B7 27 CF C 51 0 13 123 44 30
Octal 267 47 317 14 121 0 23 443 104 60
Binary 10110111 100111 11001111 1100 1010001 0 10011 100100011 1000100 110000

Color Harmonies of #B727CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B727CF

Black with #B727CF

Text Example


Text Example

White with #B727CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B727CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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