Html Css Color HEX #BD63EB Medium Orchid

📋 copy color: '#BD63EB'

red 189 ◦ green 99 ◦ blue 235

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

Shades of Medium Orchid #BD63EB

Tints of Medium Orchid #BD63EB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 18.93%

 BLUE value IS 235 (92.19% from 255) = 44.93%

R = 36.14%
G = 18.93%
B = 44.93%

CMYK

 C value IS 0.20

 M value IS 0.58

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BD63EB (or 0xBD63EB) is known color: Medium Orchid. HEX triplet: BD, 63 and EB. RGB value is (189,99,235). Sum of RGB (Red+Green+Blue) = 189+99+235=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 99 (39.06% from 255 or 18.93% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #BD63EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD63EB is #429C14. Grayscale: #8C8C8C. Windows color (decimal): -4365333 or 15426493. OLE color: 15426493.

HSL color Cylindrical-coordinate representation of color #BD63EB: hue angle of 279.71º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD63EB is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 189 99 235 -
CMYK 0.20 0.58 0 0.08
HSL 279.71º 0.77% 0.65% -
HSV(B) 279.71º 0.58% 0.92% -
XYZ 40.44 25.74 81.43 -
YUV 141.41 180.82 161.94 -
System Red Green Blue C M Y K H S L
Decimal 189 99 235 0.20 0.58 0 0.08 279.71 0.77 0.65
Hex BD 63 EB 14 3A 0 8 118 4D 41
Octal 275 143 353 24 72 0 10 430 115 101
Binary 10111101 1100011 11101011 10100 111010 0 1000 100011000 1001101 1000001

Color Harmonies of #BD63EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD63EB

Black with #BD63EB

Text Example


Text Example

White with #BD63EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD63EB; }

 p { color: rgb(189,99,235); }

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

background-color css

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

 a { background-color: rgb(189,99,235); }

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

border-color css

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

 span { border-color: rgb(189,99,235); }

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