Html Css Color HEX #BD4BFE Medium Orchid

📋 copy color: '#BD4BFE'

red 189 ◦ green 75 ◦ blue 254

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

Shades of Medium Orchid #BD4BFE

Tints of Medium Orchid #BD4BFE

RGB

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

 GREEN value IS 75 (29.69% from 255) = 14.48%

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

R = 36.49%
G = 14.48%
B = 49.03%

CMYK

 C value IS 0.26

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BD4BFE (or 0xBD4BFE) is known color: Medium Orchid. HEX triplet: BD, 4B and FE. RGB value is (189,75,254). Sum of RGB (Red+Green+Blue) = 189+75+254=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 75 (29.69% from 255 or 14.48% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #BD4BFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4BFE is #42B401. Grayscale: #808080. Windows color (decimal): -4371458 or 16665533. OLE color: 16665533.

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

Color convert

RGB 189 75 254 -
CMYK 0.26 0.70 0 0.00
HSL 278.21º 0.99% 0.65% -
HSV(B) 278.21º 0.7% 1% -
XYZ 41.39 23.01 96.03 -
YUV 129.49 198.27 170.45 -
System Red Green Blue C M Y K H S L
Decimal 189 75 254 0.26 0.70 0 0.00 278.21 0.99 0.65
Hex BD 4B FE 1A 46 0 0 116 63 41
Octal 275 113 376 32 106 0 0 426 143 101
Binary 10111101 1001011 11111110 11010 1000110 0 0 100010110 1100011 1000001

Color Harmonies of #BD4BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4BFE

Black with #BD4BFE

Text Example


Text Example

White with #BD4BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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