Html Css Color HEX #BD39FE Medium Orchid

📋 copy color: '#BD39FE'

red 189 ◦ green 57 ◦ blue 254

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

Shades of Medium Orchid #BD39FE

Tints of Medium Orchid #BD39FE

RGB

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

 GREEN value IS 57 (22.66% from 255) = 11.4%

 BLUE value IS 254 (99.61% from 255) = 50.8%

R = 37.8%
G = 11.4%
B = 50.8%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD39FE (or 0xBD39FE) is known color: Medium Orchid. HEX triplet: BD, 39 and FE. RGB value is (189,57,254). Sum of RGB (Red+Green+Blue) = 189+57+254=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 57 (22.66% from 255 or 11.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD39FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD39FE is #42C601. Grayscale: #767676. Windows color (decimal): -4376066 or 16660925. OLE color: 16660925.

HSL color Cylindrical-coordinate representation of color #BD39FE: hue angle of 280.2º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BD39FE is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 189 57 254 -
CMYK 0.26 0.78 0 0.00
HSL 280.2º 0.99% 0.61% -
HSV(B) 280.2º 0.78% 1% -
XYZ 40.34 20.9 95.67 -
YUV 118.93 204.23 177.98 -
System Red Green Blue C M Y K H S L
Decimal 189 57 254 0.26 0.78 0 0.00 280.2 0.99 0.61
Hex BD 39 FE 1A 4E 0 0 118 63 3D
Octal 275 71 376 32 116 0 0 430 143 75
Binary 10111101 111001 11111110 11010 1001110 0 0 100011000 1100011 111101

Color Harmonies of #BD39FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD39FE

Black with #BD39FE

Text Example


Text Example

White with #BD39FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD39FE; }

 p { color: rgb(189,57,254); }

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

background-color css

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

 a { background-color: rgb(189,57,254); }

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

border-color css

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

 span { border-color: rgb(189,57,254); }

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