Html Css Color HEX #B727CA Dark Orchid

📋 copy color: '#B727CA'

red 183 ◦ green 39 ◦ blue 202

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

Shades of Dark Orchid #B727CA

Tints of Dark Orchid #B727CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 47.64%

R = 43.16%
G = 9.2%
B = 47.64%

CMYK

 C value IS 0.09

 M value IS 0.81

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B727CA (or 0xB727CA) is known color: Dark Orchid. HEX triplet: B7, 27 and CA. RGB value is (183,39,202). Sum of RGB (Red+Green+Blue) = 183+39+202=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 39 (15.62% from 255 or 9.20% from 424); Blue value is 202 (79.30% from 255 or 47.64% from 424); Max value from RGB is 202 - color contains mainly: blue. Hex color #B727CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B727CA is #48D835. Grayscale: #646464. Windows color (decimal): -4773942 or 13248439. OLE color: 13248439.

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

Color convert

RGB 183 39 202 -
CMYK 0.09 0.81 0 0.21
HSL 293.01º 0.68% 0.47% -
HSV(B) 293.01º 0.81% 0.79% -
XYZ 30.91 15.78 57.29 -
YUV 100.64 185.21 186.75 -
System Red Green Blue C M Y K H S L
Decimal 183 39 202 0.09 0.81 0 0.21 293.01 0.68 0.47
Hex B7 27 CA 9 51 0 15 125 44 2F
Octal 267 47 312 11 121 0 25 445 104 57
Binary 10110111 100111 11001010 1001 1010001 0 10101 100100101 1000100 101111

Color Harmonies of #B727CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B727CA

Black with #B727CA

Text Example


Text Example

White with #B727CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B727CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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