Html Css Color HEX #BF60CA Medium Orchid

📋 copy color: '#BF60CA'

red 191 ◦ green 96 ◦ blue 202

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

Shades of Medium Orchid #BF60CA

Tints of Medium Orchid #BF60CA

RGB

 RED value IS 191 (75% from 255) = 39.06%

 GREEN value IS 96 (37.89% from 255) = 19.63%

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

R = 39.06%
G = 19.63%
B = 41.31%

CMYK

 C value IS 0.05

 M value IS 0.52

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF60CA (or 0xBF60CA) is known color: Medium Orchid. HEX triplet: BF, 60 and CA. RGB value is (191,96,202). Sum of RGB (Red+Green+Blue) = 191+96+202=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF60CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60CA is #409F35. Grayscale: #888888. Windows color (decimal): -4235062 or 13263039. OLE color: 13263039.

HSL color Cylindrical-coordinate representation of color #BF60CA: hue angle of 293.77º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BF60CA is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 96 202 -
CMYK 0.05 0.52 0 0.21
HSL 293.77º 0.5% 0.58% -
HSV(B) 293.77º 0.52% 0.79% -
XYZ 36.33 23.71 58.54 -
YUV 136.49 164.97 166.88 -
System Red Green Blue C M Y K H S L
Decimal 191 96 202 0.05 0.52 0 0.21 293.77 0.5 0.58
Hex BF 60 CA 5 34 0 15 126 32 3A
Octal 277 140 312 5 64 0 25 446 62 72
Binary 10111111 1100000 11001010 101 110100 0 10101 100100110 110010 111010

Color Harmonies of #BF60CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60CA

Black with #BF60CA

Text Example


Text Example

White with #BF60CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60CA; }

 p { color: rgb(191,96,202); }

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

background-color css

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

 a { background-color: rgb(191,96,202); }

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

border-color css

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

 span { border-color: rgb(191,96,202); }

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