Html Css Color HEX #B727CB Dark Orchid

📋 copy color: '#B727CB'

red 183 ◦ green 39 ◦ blue 203

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

Shades of Dark Orchid #B727CB

Tints of Dark Orchid #B727CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 43.06%
G = 9.18%
B = 47.76%

CMYK

 C value IS 0.10

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B727CB (or 0xB727CB) is known color: Dark Orchid. HEX triplet: B7, 27 and CB. RGB value is (183,39,203). Sum of RGB (Red+Green+Blue) = 183+39+203=425 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.06% from 425); Green value is 39 (15.62% from 255 or 9.18% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #B727CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B727CB is #48D834. Grayscale: #646464. Windows color (decimal): -4773941 or 13313975. OLE color: 13313975.

HSL color Cylindrical-coordinate representation of color #B727CB: hue angle of 292.68º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B727CB is Cyan = 0.10, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 183 39 203 -
CMYK 0.10 0.81 0 0.20
HSL 292.68º 0.68% 0.47% -
HSV(B) 292.68º 0.81% 0.8% -
XYZ 31.03 15.83 57.92 -
YUV 100.75 185.71 186.66 -
System Red Green Blue C M Y K H S L
Decimal 183 39 203 0.10 0.81 0 0.20 292.68 0.68 0.47
Hex B7 27 CB A 51 0 14 125 44 2F
Octal 267 47 313 12 121 0 24 445 104 57
Binary 10110111 100111 11001011 1010 1010001 0 10100 100100101 1000100 101111

Color Harmonies of #B727CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B727CB

Black with #B727CB

Text Example


Text Example

White with #B727CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B727CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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