Html Css Color HEX #BF30EC Medium Orchid

📋 copy color: '#BF30EC'

red 191 ◦ green 48 ◦ blue 236

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

Shades of Medium Orchid #BF30EC

Tints of Medium Orchid #BF30EC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 10.11%

 BLUE value IS 236 (92.58% from 255) = 49.68%

R = 40.21%
G = 10.11%
B = 49.68%

CMYK

 C value IS 0.19

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF30EC (or 0xBF30EC) is known color: Medium Orchid. HEX triplet: BF, 30 and EC. RGB value is (191,48,236). Sum of RGB (Red+Green+Blue) = 191+48+236=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 48 (19.14% from 255 or 10.11% from 475); Blue value is 236 (92.58% from 255 or 49.68% from 475); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF30EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF30EC is #40CF13. Grayscale: #6F6F6F. Windows color (decimal): -4247316 or 15478975. OLE color: 15478975.

HSL color Cylindrical-coordinate representation of color #BF30EC: hue angle of 285.64º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF30EC is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 48 236 -
CMYK 0.19 0.80 0 0.07
HSL 285.64º 0.83% 0.56% -
HSV(B) 285.64º 0.8% 0.93% -
XYZ 37.68 19.25 81.09 -
YUV 112.19 197.88 184.21 -
System Red Green Blue C M Y K H S L
Decimal 191 48 236 0.19 0.80 0 0.07 285.64 0.83 0.56
Hex BF 30 EC 13 50 0 7 11E 53 38
Octal 277 60 354 23 120 0 7 436 123 70
Binary 10111111 110000 11101100 10011 1010000 0 111 100011110 1010011 111000

Color Harmonies of #BF30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30EC

Black with #BF30EC

Text Example


Text Example

White with #BF30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30EC; }

 p { color: rgb(191,48,236); }

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

background-color css

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

 a { background-color: rgb(191,48,236); }

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

border-color css

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

 span { border-color: rgb(191,48,236); }

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