Html Css Color HEX #BF34F8 Medium Orchid

📋 copy color: '#BF34F8'

red 191 ◦ green 52 ◦ blue 248

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

Shades of Medium Orchid #BF34F8

Tints of Medium Orchid #BF34F8

RGB

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

 GREEN value IS 52 (20.7% from 255) = 10.59%

 BLUE value IS 248 (97.27% from 255) = 50.51%

R = 38.9%
G = 10.59%
B = 50.51%

CMYK

 C value IS 0.23

 M value IS 0.79

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BF34F8 (or 0xBF34F8) is known color: Medium Orchid. HEX triplet: BF, 34 and F8. RGB value is (191,52,248). Sum of RGB (Red+Green+Blue) = 191+52+248=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 52 (20.70% from 255 or 10.59% from 491); Blue value is 248 (97.27% from 255 or 50.51% from 491); Max value from RGB is 248 - color contains mainly: blue. Hex color #BF34F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF34F8 is #40CB07. Grayscale: #737373. Windows color (decimal): -4246280 or 16266431. OLE color: 16266431.

HSL color Cylindrical-coordinate representation of color #BF34F8: hue angle of 282.55º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF34F8 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 52 248 -
CMYK 0.23 0.79 0 0.03
HSL 282.55º 0.93% 0.59% -
HSV(B) 282.55º 0.79% 0.97% -
XYZ 39.66 20.31 90.64 -
YUV 115.91 202.55 181.56 -
System Red Green Blue C M Y K H S L
Decimal 191 52 248 0.23 0.79 0 0.03 282.55 0.93 0.59
Hex BF 34 F8 17 4F 0 3 11B 5D 3B
Octal 277 64 370 27 117 0 3 433 135 73
Binary 10111111 110100 11111000 10111 1001111 0 11 100011011 1011101 111011

Color Harmonies of #BF34F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34F8

Black with #BF34F8

Text Example


Text Example

White with #BF34F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34F8; }

 p { color: rgb(191,52,248); }

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

background-color css

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

 a { background-color: rgb(191,52,248); }

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

border-color css

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

 span { border-color: rgb(191,52,248); }

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