Html Css Color HEX #BD3BFC Medium Orchid

📋 copy color: '#BD3BFC'

red 189 ◦ green 59 ◦ blue 252

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

Shades of Medium Orchid #BD3BFC

Tints of Medium Orchid #BD3BFC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 11.8%

 BLUE value IS 252 (98.83% from 255) = 50.4%

R = 37.8%
G = 11.8%
B = 50.4%

CMYK

 C value IS 0.25

 M value IS 0.77

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD3BFC (or 0xBD3BFC) is known color: Medium Orchid. HEX triplet: BD, 3B and FC. RGB value is (189,59,252). Sum of RGB (Red+Green+Blue) = 189+59+252=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 252 (98.83% from 255 or 50.4% from 500); Max value from RGB is 252 - color contains mainly: blue. Hex color #BD3BFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD3BFC is #42C403. Grayscale: #777777. Windows color (decimal): -4375556 or 16530365. OLE color: 16530365.

HSL color Cylindrical-coordinate representation of color #BD3BFC: hue angle of 280.41º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BD3BFC is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 59 252 -
CMYK 0.25 0.77 0 0.01
HSL 280.41º 0.97% 0.61% -
HSV(B) 280.41º 0.77% 0.99% -
XYZ 40.12 20.98 94.03 -
YUV 119.87 202.57 177.31 -
System Red Green Blue C M Y K H S L
Decimal 189 59 252 0.25 0.77 0 0.01 280.41 0.97 0.61
Hex BD 3B FC 19 4D 0 1 118 61 3D
Octal 275 73 374 31 115 0 1 430 141 75
Binary 10111101 111011 11111100 11001 1001101 0 1 100011000 1100001 111101

Color Harmonies of #BD3BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3BFC

Black with #BD3BFC

Text Example


Text Example

White with #BD3BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3BFC; }

 p { color: rgb(189,59,252); }

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

background-color css

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

 a { background-color: rgb(189,59,252); }

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

border-color css

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

 span { border-color: rgb(189,59,252); }

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