Html Css Color HEX #BD2FEF Medium Orchid

📋 copy color: '#BD2FEF'

red 189 ◦ green 47 ◦ blue 239

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

Shades of Medium Orchid #BD2FEF

Tints of Medium Orchid #BD2FEF

RGB

 RED value IS 189 (74.22% from 255) = 39.79%

 GREEN value IS 47 (18.75% from 255) = 9.89%

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

R = 39.79%
G = 9.89%
B = 50.32%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD2FEF (or 0xBD2FEF) is known color: Medium Orchid. HEX triplet: BD, 2F and EF. RGB value is (189,47,239). Sum of RGB (Red+Green+Blue) = 189+47+239=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 47 (18.75% from 255 or 9.89% from 475); Blue value is 239 (93.75% from 255 or 50.32% from 475); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD2FEF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD2FEF is #42D010. Grayscale: #6E6E6E. Windows color (decimal): -4378641 or 15675325. OLE color: 15675325.

HSL color Cylindrical-coordinate representation of color #BD2FEF: hue angle of 284.38º 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 #BD2FEF is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 47 239 -
CMYK 0.21 0.80 0 0.06
HSL 284.38º 0.86% 0.56% -
HSV(B) 284.38º 0.8% 0.94% -
XYZ 37.58 19.08 83.36 -
YUV 111.35 200.04 183.39 -
System Red Green Blue C M Y K H S L
Decimal 189 47 239 0.21 0.80 0 0.06 284.38 0.86 0.56
Hex BD 2F EF 15 50 0 6 11C 56 38
Octal 275 57 357 25 120 0 6 434 126 70
Binary 10111101 101111 11101111 10101 1010000 0 110 100011100 1010110 111000

Color Harmonies of #BD2FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2FEF

Black with #BD2FEF

Text Example


Text Example

White with #BD2FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2FEF; }

 p { color: rgb(189,47,239); }

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

background-color css

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

 a { background-color: rgb(189,47,239); }

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

border-color css

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

 span { border-color: rgb(189,47,239); }

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