Html Css Color HEX #BF66ED Medium Orchid

📋 copy color: '#BF66ED'

red 191 ◦ green 102 ◦ blue 237

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

Shades of Medium Orchid #BF66ED

Tints of Medium Orchid #BF66ED

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.25%

 BLUE value IS 237 (92.97% from 255) = 44.72%

R = 36.04%
G = 19.25%
B = 44.72%

CMYK

 C value IS 0.19

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF66ED (or 0xBF66ED) is known color: Medium Orchid. HEX triplet: BF, 66 and ED. RGB value is (191,102,237). Sum of RGB (Red+Green+Blue) = 191+102+237=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 102 (40.23% from 255 or 19.25% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF66ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF66ED is #409912. Grayscale: #8F8F8F. Windows color (decimal): -4233491 or 15558335. OLE color: 15558335.

HSL color Cylindrical-coordinate representation of color #BF66ED: hue angle of 279.56º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF66ED is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 102 237 -
CMYK 0.19 0.57 0 0.07
HSL 279.56º 0.79% 0.66% -
HSV(B) 279.56º 0.57% 0.93% -
XYZ 41.52 26.69 83.08 -
YUV 144 180.49 161.52 -
System Red Green Blue C M Y K H S L
Decimal 191 102 237 0.19 0.57 0 0.07 279.56 0.79 0.66
Hex BF 66 ED 13 39 0 7 118 4F 42
Octal 277 146 355 23 71 0 7 430 117 102
Binary 10111111 1100110 11101101 10011 111001 0 111 100011000 1001111 1000010

Color Harmonies of #BF66ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66ED

Black with #BF66ED

Text Example


Text Example

White with #BF66ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66ED; }

 p { color: rgb(191,102,237); }

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

background-color css

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

 a { background-color: rgb(191,102,237); }

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

border-color css

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

 span { border-color: rgb(191,102,237); }

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