Html Css Color HEX #BF66EA Medium Orchid

📋 copy color: '#BF66EA'

red 191 ◦ green 102 ◦ blue 234

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

Shades of Medium Orchid #BF66EA

Tints of Medium Orchid #BF66EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 44.4%

R = 36.24%
G = 19.35%
B = 44.4%

CMYK

 C value IS 0.18

 M value IS 0.56

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF66EA (or 0xBF66EA) is known color: Medium Orchid. HEX triplet: BF, 66 and EA. RGB value is (191,102,234). Sum of RGB (Red+Green+Blue) = 191+102+234=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 102 (40.23% from 255 or 19.35% from 527); Blue value is 234 (91.80% from 255 or 44.40% from 527); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF66EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF66EA is #409915. Grayscale: #8F8F8F. Windows color (decimal): -4233494 or 15361727. OLE color: 15361727.

HSL color Cylindrical-coordinate representation of color #BF66EA: hue angle of 280.45º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF66EA is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 102 234 -
CMYK 0.18 0.56 0 0.08
HSL 280.45º 0.76% 0.66% -
HSV(B) 280.45º 0.56% 0.92% -
XYZ 41.09 26.52 80.8 -
YUV 143.66 178.99 161.77 -
System Red Green Blue C M Y K H S L
Decimal 191 102 234 0.18 0.56 0 0.08 280.45 0.76 0.66
Hex BF 66 EA 12 38 0 8 118 4C 42
Octal 277 146 352 22 70 0 10 430 114 102
Binary 10111111 1100110 11101010 10010 111000 0 1000 100011000 1001100 1000010

Color Harmonies of #BF66EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF66EA

Black with #BF66EA

Text Example


Text Example

White with #BF66EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF66EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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