Html Css Color HEX #BF3EFC Medium Orchid

📋 copy color: '#BF3EFC'

red 191 ◦ green 62 ◦ blue 252

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

Shades of Medium Orchid #BF3EFC

Tints of Medium Orchid #BF3EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.9%

R = 37.82%
G = 12.28%
B = 49.9%

CMYK

 C value IS 0.24

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BF3EFC (or 0xBF3EFC) is known color: Medium Orchid. HEX triplet: BF, 3E and FC. RGB value is (191,62,252). Sum of RGB (Red+Green+Blue) = 191+62+252=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 252 (98.83% from 255 or 49.90% from 505); Max value from RGB is 252 - color contains mainly: blue. Hex color #BF3EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3EFC is #40C103. Grayscale: #797979. Windows color (decimal): -4243716 or 16531135. OLE color: 16531135.

HSL color Cylindrical-coordinate representation of color #BF3EFC: hue angle of 280.74º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF3EFC is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 62 252 -
CMYK 0.24 0.75 0 0.01
HSL 280.74º 0.97% 0.62% -
HSV(B) 280.74º 0.75% 0.99% -
XYZ 40.78 21.55 94.11 -
YUV 122.23 201.24 177.05 -
System Red Green Blue C M Y K H S L
Decimal 191 62 252 0.24 0.75 0 0.01 280.74 0.97 0.62
Hex BF 3E FC 18 4B 0 1 119 61 3E
Octal 277 76 374 30 113 0 1 431 141 76
Binary 10111111 111110 11111100 11000 1001011 0 1 100011001 1100001 111110

Color Harmonies of #BF3EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF3EFC

Black with #BF3EFC

Text Example


Text Example

White with #BF3EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF3EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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