Html Css Color HEX #BF34F2 Medium Orchid

📋 copy color: '#BF34F2'

red 191 ◦ green 52 ◦ blue 242

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

Shades of Medium Orchid #BF34F2

Tints of Medium Orchid #BF34F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.9%

R = 39.38%
G = 10.72%
B = 49.9%

CMYK

 C value IS 0.21

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BF34F2 (or 0xBF34F2) is known color: Medium Orchid. HEX triplet: BF, 34 and F2. RGB value is (191,52,242). Sum of RGB (Red+Green+Blue) = 191+52+242=485 (64% of max value = 765). Red value is 191 (75% from 255 or 39.38% from 485); Green value is 52 (20.70% from 255 or 10.72% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #BF34F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF34F2 is #40CB0D. Grayscale: #727272. Windows color (decimal): -4246286 or 15873215. OLE color: 15873215.

HSL color Cylindrical-coordinate representation of color #BF34F2: hue angle of 283.89º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF34F2 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 191 52 242 -
CMYK 0.21 0.79 0 0.05
HSL 283.89º 0.88% 0.58% -
HSV(B) 283.89º 0.79% 0.95% -
XYZ 38.74 19.94 85.81 -
YUV 115.22 199.55 182.05 -
System Red Green Blue C M Y K H S L
Decimal 191 52 242 0.21 0.79 0 0.05 283.89 0.88 0.58
Hex BF 34 F2 15 4F 0 5 11C 58 3A
Octal 277 64 362 25 117 0 5 434 130 72
Binary 10111111 110100 11110010 10101 1001111 0 101 100011100 1011000 111010

Color Harmonies of #BF34F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34F2

Black with #BF34F2

Text Example


Text Example

White with #BF34F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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