Html Css Color HEX #BD4AFB Medium Orchid

📋 copy color: '#BD4AFB'

red 189 ◦ green 74 ◦ blue 251

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

Shades of Medium Orchid #BD4AFB

Tints of Medium Orchid #BD4AFB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 14.4%

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

R = 36.77%
G = 14.4%
B = 48.83%

CMYK

 C value IS 0.25

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD4AFB (or 0xBD4AFB) is known color: Medium Orchid. HEX triplet: BD, 4A and FB. RGB value is (189,74,251). Sum of RGB (Red+Green+Blue) = 189+74+251=514 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.77% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD4AFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4AFB is #42B504. Grayscale: #7F7F7F. Windows color (decimal): -4371717 or 16468669. OLE color: 16468669.

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

Color convert

RGB 189 74 251 -
CMYK 0.25 0.71 0 0.02
HSL 278.98º 0.96% 0.64% -
HSV(B) 278.98º 0.71% 0.98% -
XYZ 40.85 22.68 93.49 -
YUV 128.56 197.1 171.11 -
System Red Green Blue C M Y K H S L
Decimal 189 74 251 0.25 0.71 0 0.02 278.98 0.96 0.64
Hex BD 4A FB 19 47 0 2 117 60 40
Octal 275 112 373 31 107 0 2 427 140 100
Binary 10111101 1001010 11111011 11001 1000111 0 10 100010111 1100000 1000000

Color Harmonies of #BD4AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4AFB

Black with #BD4AFB

Text Example


Text Example

White with #BD4AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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