Html Css Color HEX #BA27CB Dark Orchid

📋 copy color: '#BA27CB'

red 186 ◦ green 39 ◦ blue 203

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

Shades of Dark Orchid #BA27CB

Tints of Dark Orchid #BA27CB

RGB

 RED value IS 186 (73.05% from 255) = 43.46%

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

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

R = 43.46%
G = 9.11%
B = 47.43%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BA27CB (or 0xBA27CB) is known color: Dark Orchid. HEX triplet: BA, 27 and CB. RGB value is (186,39,203). Sum of RGB (Red+Green+Blue) = 186+39+203=428 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.46% from 428); Green value is 39 (15.62% from 255 or 9.11% from 428); Blue value is 203 (79.69% from 255 or 47.43% from 428); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA27CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA27CB is #45D834. Grayscale: #656565. Windows color (decimal): -4577333 or 13313978. OLE color: 13313978.

HSL color Cylindrical-coordinate representation of color #BA27CB: hue angle of 293.78º 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 #BA27CB is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 186 39 203 -
CMYK 0.08 0.81 0 0.20
HSL 293.78º 0.68% 0.47% -
HSV(B) 293.78º 0.81% 0.8% -
XYZ 31.75 16.2 57.95 -
YUV 101.65 185.2 188.16 -
System Red Green Blue C M Y K H S L
Decimal 186 39 203 0.08 0.81 0 0.20 293.78 0.68 0.47
Hex BA 27 CB 8 51 0 14 126 44 2F
Octal 272 47 313 10 121 0 24 446 104 57
Binary 10111010 100111 11001011 1000 1010001 0 10100 100100110 1000100 101111

Color Harmonies of #BA27CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA27CB

Black with #BA27CB

Text Example


Text Example

White with #BA27CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA27CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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