Html Css Color HEX #BF3CEB Medium Orchid

📋 copy color: '#BF3CEB'

red 191 ◦ green 60 ◦ blue 235

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

Shades of Medium Orchid #BF3CEB

Tints of Medium Orchid #BF3CEB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.35%

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

R = 39.3%
G = 12.35%
B = 48.35%

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

#BF3CEB (or 0xBF3CEB) is known color: Medium Orchid. HEX triplet: BF, 3C and EB. RGB value is (191,60,235). Sum of RGB (Red+Green+Blue) = 191+60+235=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 60 (23.83% from 255 or 12.35% from 486); Blue value is 235 (92.19% from 255 or 48.35% from 486); Max value from RGB is 235 - color contains mainly: blue. Hex color #BF3CEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3CEB is #40C314. Grayscale: #767676. Windows color (decimal): -4244245 or 15416511. OLE color: 15416511.

HSL color Cylindrical-coordinate representation of color #BF3CEB: hue angle of 284.91º 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 #BF3CEB is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 60 235 -
CMYK 0.19 0.74 0 0.08
HSL 284.91º 0.81% 0.58% -
HSV(B) 284.91º 0.74% 0.92% -
XYZ 38.1 20.31 80.51 -
YUV 119.12 193.4 179.27 -
System Red Green Blue C M Y K H S L
Decimal 191 60 235 0.19 0.74 0 0.08 284.91 0.81 0.58
Hex BF 3C EB 13 4A 0 8 11D 51 3A
Octal 277 74 353 23 112 0 10 435 121 72
Binary 10111111 111100 11101011 10011 1001010 0 1000 100011101 1010001 111010

Color Harmonies of #BF3CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3CEB

Black with #BF3CEB

Text Example


Text Example

White with #BF3CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3CEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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