Html Css Color HEX #BD45FB Medium Orchid

📋 copy color: '#BD45FB'

red 189 ◦ green 69 ◦ blue 251

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

Shades of Medium Orchid #BD45FB

Tints of Medium Orchid #BD45FB

RGB

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

 GREEN value IS 69 (27.34% from 255) = 13.56%

 BLUE value IS 251 (98.44% from 255) = 49.31%

R = 37.13%
G = 13.56%
B = 49.31%

CMYK

 C value IS 0.25

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD45FB (or 0xBD45FB) is known color: Medium Orchid. HEX triplet: BD, 45 and FB. RGB value is (189,69,251). Sum of RGB (Red+Green+Blue) = 189+69+251=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 69 (27.34% from 255 or 13.56% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD45FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD45FB is #42BA04. Grayscale: #7D7D7D. Windows color (decimal): -4372997 or 16467389. OLE color: 16467389.

HSL color Cylindrical-coordinate representation of color #BD45FB: hue angle of 279.56º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BD45FB is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 69 251 -
CMYK 0.25 0.73 0 0.02
HSL 279.56º 0.96% 0.63% -
HSV(B) 279.56º 0.73% 0.98% -
XYZ 40.53 22.04 93.38 -
YUV 125.63 198.76 173.2 -
System Red Green Blue C M Y K H S L
Decimal 189 69 251 0.25 0.73 0 0.02 279.56 0.96 0.63
Hex BD 45 FB 19 49 0 2 118 60 3F
Octal 275 105 373 31 111 0 2 430 140 77
Binary 10111101 1000101 11111011 11001 1001001 0 10 100011000 1100000 111111

Color Harmonies of #BD45FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD45FB

Black with #BD45FB

Text Example


Text Example

White with #BD45FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD45FB; }

 p { color: rgb(189,69,251); }

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

background-color css

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

 a { background-color: rgb(189,69,251); }

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

border-color css

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

 span { border-color: rgb(189,69,251); }

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