Html Css Color HEX #BD5AFB Medium Orchid

📋 copy color: '#BD5AFB'

red 189 ◦ green 90 ◦ blue 251

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

Shades of Medium Orchid #BD5AFB

Tints of Medium Orchid #BD5AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 16.98%

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

R = 35.66%
G = 16.98%
B = 47.36%

CMYK

 C value IS 0.25

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD5AFB (or 0xBD5AFB) is known color: Medium Orchid. HEX triplet: BD, 5A and FB. RGB value is (189,90,251). Sum of RGB (Red+Green+Blue) = 189+90+251=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 90 (35.55% from 255 or 16.98% from 530); Blue value is 251 (98.44% from 255 or 47.36% from 530); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD5AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD5AFB is #42A504. Grayscale: #898989. Windows color (decimal): -4367621 or 16472765. OLE color: 16472765.

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

Color convert

RGB 189 90 251 -
CMYK 0.25 0.64 0 0.02
HSL 276.89º 0.95% 0.67% -
HSV(B) 276.89º 0.64% 0.98% -
XYZ 42.06 25.1 93.89 -
YUV 137.96 191.8 164.41 -
System Red Green Blue C M Y K H S L
Decimal 189 90 251 0.25 0.64 0 0.02 276.89 0.95 0.67
Hex BD 5A FB 19 40 0 2 115 5F 43
Octal 275 132 373 31 100 0 2 425 137 103
Binary 10111101 1011010 11111011 11001 1000000 0 10 100010101 1011111 1000011

Color Harmonies of #BD5AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5AFB

Black with #BD5AFB

Text Example


Text Example

White with #BD5AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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