Html Css Color HEX #BD4CFB Medium Orchid

📋 copy color: '#BD4CFB'

red 189 ◦ green 76 ◦ blue 251

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

Shades of Medium Orchid #BD4CFB

Tints of Medium Orchid #BD4CFB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 14.73%

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

R = 36.63%
G = 14.73%
B = 48.64%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD4CFB (or 0xBD4CFB) is known color: Medium Orchid. HEX triplet: BD, 4C and FB. RGB value is (189,76,251). Sum of RGB (Red+Green+Blue) = 189+76+251=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 76 (30.08% from 255 or 14.73% from 516); Blue value is 251 (98.44% from 255 or 48.64% from 516); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD4CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BD4CFB is #42B304. Grayscale: #818181. Windows color (decimal): -4371205 or 16469181. OLE color: 16469181.

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

Color convert

RGB 189 76 251 -
CMYK 0.25 0.70 0 0.02
HSL 278.74º 0.96% 0.64% -
HSV(B) 278.74º 0.7% 0.98% -
XYZ 40.98 22.95 93.54 -
YUV 129.74 196.44 170.27 -
System Red Green Blue C M Y K H S L
Decimal 189 76 251 0.25 0.70 0 0.02 278.74 0.96 0.64
Hex BD 4C FB 19 46 0 2 117 60 40
Octal 275 114 373 31 106 0 2 427 140 100
Binary 10111101 1001100 11111011 11001 1000110 0 10 100010111 1100000 1000000

Color Harmonies of #BD4CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4CFB

Black with #BD4CFB

Text Example


Text Example

White with #BD4CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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