Html Css Color HEX #BF30EF Medium Orchid

📋 copy color: '#BF30EF'

red 191 ◦ green 48 ◦ blue 239

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

Shades of Medium Orchid #BF30EF

Tints of Medium Orchid #BF30EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50%

R = 39.96%
G = 10.04%
B = 50%

CMYK

 C value IS 0.20

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF30EF (or 0xBF30EF) is known color: Medium Orchid. HEX triplet: BF, 30 and EF. RGB value is (191,48,239). Sum of RGB (Red+Green+Blue) = 191+48+239=478 (63% of max value = 765). Red value is 191 (75% from 255 or 39.96% from 478); Green value is 48 (19.14% from 255 or 10.04% from 478); Blue value is 239 (93.75% from 255 or 50% from 478); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF30EF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF30EF is #40CF10. Grayscale: #6F6F6F. Windows color (decimal): -4247313 or 15675583. OLE color: 15675583.

HSL color Cylindrical-coordinate representation of color #BF30EF: hue angle of 284.92º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF30EF is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 48 239 -
CMYK 0.20 0.80 0 0.06
HSL 284.92º 0.86% 0.56% -
HSV(B) 284.92º 0.8% 0.94% -
XYZ 38.12 19.42 83.4 -
YUV 112.53 199.38 183.97 -
System Red Green Blue C M Y K H S L
Decimal 191 48 239 0.20 0.80 0 0.06 284.92 0.86 0.56
Hex BF 30 EF 14 50 0 6 11D 56 38
Octal 277 60 357 24 120 0 6 435 126 70
Binary 10111111 110000 11101111 10100 1010000 0 110 100011101 1010110 111000

Color Harmonies of #BF30EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF30EF

Black with #BF30EF

Text Example


Text Example

White with #BF30EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF30EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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