Html Css Color HEX #BF34ED Medium Orchid

📋 copy color: '#BF34ED'

red 191 ◦ green 52 ◦ blue 237

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

Shades of Medium Orchid #BF34ED

Tints of Medium Orchid #BF34ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.38%

R = 39.79%
G = 10.83%
B = 49.38%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF34ED (or 0xBF34ED) is known color: Medium Orchid. HEX triplet: BF, 34 and ED. RGB value is (191,52,237). Sum of RGB (Red+Green+Blue) = 191+52+237=480 (63% of max value = 765). Red value is 191 (75% from 255 or 39.79% from 480); Green value is 52 (20.70% from 255 or 10.83% from 480); Blue value is 237 (92.97% from 255 or 49.38% from 480); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF34ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF34ED is #40CB12. Grayscale: #727272. Windows color (decimal): -4246291 or 15545535. OLE color: 15545535.

HSL color Cylindrical-coordinate representation of color #BF34ED: hue angle of 285.08º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF34ED is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 52 237 -
CMYK 0.19 0.78 0 0.07
HSL 285.08º 0.84% 0.57% -
HSV(B) 285.08º 0.78% 0.93% -
XYZ 38 19.65 81.91 -
YUV 114.65 197.05 182.46 -
System Red Green Blue C M Y K H S L
Decimal 191 52 237 0.19 0.78 0 0.07 285.08 0.84 0.57
Hex BF 34 ED 13 4E 0 7 11D 54 39
Octal 277 64 355 23 116 0 7 435 124 71
Binary 10111111 110100 11101101 10011 1001110 0 111 100011101 1010100 111001

Color Harmonies of #BF34ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF34ED

Black with #BF34ED

Text Example


Text Example

White with #BF34ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF34ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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