Html Css Color HEX #BF3EEB Medium Orchid

📋 copy color: '#BF3EEB'

red 191 ◦ green 62 ◦ blue 235

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

Shades of Medium Orchid #BF3EEB

Tints of Medium Orchid #BF3EEB

RGB

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

 GREEN value IS 62 (24.61% from 255) = 12.7%

 BLUE value IS 235 (92.19% from 255) = 48.16%

R = 39.14%
G = 12.7%
B = 48.16%

CMYK

 C value IS 0.19

 M value IS 0.74

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF3EEB (or 0xBF3EEB) is known color: Medium Orchid. HEX triplet: BF, 3E and EB. RGB value is (191,62,235). Sum of RGB (Red+Green+Blue) = 191+62+235=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 235 (92.19% from 255 or 48.16% from 488); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF3EEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3EEB is #40C114. Grayscale: #777777. Windows color (decimal): -4243733 or 15417023. OLE color: 15417023.

HSL color Cylindrical-coordinate representation of color #BF3EEB: hue angle of 284.74º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BF3EEB is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 62 235 -
CMYK 0.19 0.74 0 0.08
HSL 284.74º 0.81% 0.58% -
HSV(B) 284.74º 0.74% 0.92% -
XYZ 38.2 20.52 80.54 -
YUV 120.29 192.74 178.43 -
System Red Green Blue C M Y K H S L
Decimal 191 62 235 0.19 0.74 0 0.08 284.74 0.81 0.58
Hex BF 3E EB 13 4A 0 8 11D 51 3A
Octal 277 76 353 23 112 0 10 435 121 72
Binary 10111111 111110 11101011 10011 1001010 0 1000 100011101 1010001 111010

Color Harmonies of #BF3EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3EEB

Black with #BF3EEB

Text Example


Text Example

White with #BF3EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3EEB; }

 p { color: rgb(191,62,235); }

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

background-color css

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

 a { background-color: rgb(191,62,235); }

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

border-color css

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

 span { border-color: rgb(191,62,235); }

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