Html Css Color HEX #BD4EFB Medium Orchid

📋 copy color: '#BD4EFB'

red 189 ◦ green 78 ◦ blue 251

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

Shades of Medium Orchid #BD4EFB

Tints of Medium Orchid #BD4EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 15.06%

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

R = 36.49%
G = 15.06%
B = 48.46%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD4EFB (or 0xBD4EFB) is known color: Medium Orchid. HEX triplet: BD, 4E and FB. RGB value is (189,78,251). Sum of RGB (Red+Green+Blue) = 189+78+251=518 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.49% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 251 (98.44% from 255 or 48.46% from 518); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD4EFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD4EFB is #42B104. Grayscale: #828282. Windows color (decimal): -4370693 or 16469693. OLE color: 16469693.

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

Color convert

RGB 189 78 251 -
CMYK 0.25 0.69 0 0.02
HSL 278.5º 0.96% 0.65% -
HSV(B) 278.5º 0.69% 0.98% -
XYZ 41.12 23.23 93.58 -
YUV 130.91 195.77 169.43 -
System Red Green Blue C M Y K H S L
Decimal 189 78 251 0.25 0.69 0 0.02 278.5 0.96 0.65
Hex BD 4E FB 19 45 0 2 116 60 41
Octal 275 116 373 31 105 0 2 426 140 101
Binary 10111101 1001110 11111011 11001 1000101 0 10 100010110 1100000 1000001

Color Harmonies of #BD4EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EFB

Black with #BD4EFB

Text Example


Text Example

White with #BD4EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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