Html Css Color HEX #BF60E2 Medium Orchid

📋 copy color: '#BF60E2'

red 191 ◦ green 96 ◦ blue 226

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

Shades of Medium Orchid #BF60E2

Tints of Medium Orchid #BF60E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 44.05%

R = 37.23%
G = 18.71%
B = 44.05%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BF60E2 (or 0xBF60E2) is known color: Medium Orchid. HEX triplet: BF, 60 and E2. RGB value is (191,96,226). Sum of RGB (Red+Green+Blue) = 191+96+226=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 96 (37.89% from 255 or 18.71% from 513); Blue value is 226 (88.67% from 255 or 44.05% from 513); Max value from RGB is 226 - color contains mainly: blue. Hex color #BF60E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF60E2 is #409F1D. Grayscale: #8A8A8A. Windows color (decimal): -4235038 or 14835903. OLE color: 14835903.

HSL color Cylindrical-coordinate representation of color #BF60E2: hue angle of 283.85º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF60E2 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 96 226 -
CMYK 0.15 0.58 0 0.11
HSL 283.85º 0.69% 0.63% -
HSV(B) 283.85º 0.58% 0.89% -
XYZ 39.4 24.93 74.69 -
YUV 139.23 176.97 164.93 -
System Red Green Blue C M Y K H S L
Decimal 191 96 226 0.15 0.58 0 0.11 283.85 0.69 0.63
Hex BF 60 E2 F 3A 0 B 11C 45 3F
Octal 277 140 342 17 72 0 13 434 105 77
Binary 10111111 1100000 11100010 1111 111010 0 1011 100011100 1000101 111111

Color Harmonies of #BF60E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF60E2

Black with #BF60E2

Text Example


Text Example

White with #BF60E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF60E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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