Html Css Color HEX #BD63CF Medium Orchid

📋 copy color: '#BD63CF'

red 189 ◦ green 99 ◦ blue 207

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

Shades of Medium Orchid #BD63CF

Tints of Medium Orchid #BD63CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.82%

R = 38.18%
G = 20%
B = 41.82%

CMYK

 C value IS 0.09

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD63CF (or 0xBD63CF) is known color: Medium Orchid. HEX triplet: BD, 63 and CF. RGB value is (189,99,207). Sum of RGB (Red+Green+Blue) = 189+99+207=495 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.18% from 495); Green value is 99 (39.06% from 255 or 20% from 495); Blue value is 207 (81.25% from 255 or 41.82% from 495); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD63CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD63CF is #429C30. Grayscale: #898989. Windows color (decimal): -4365361 or 13591485. OLE color: 13591485.

HSL color Cylindrical-coordinate representation of color #BD63CF: hue angle of 290º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BD63CF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 189 99 207 -
CMYK 0.09 0.52 0 0.19
HSL 290º 0.53% 0.6% -
HSV(B) 290º 0.52% 0.81% -
XYZ 36.71 24.25 61.78 -
YUV 138.22 166.82 164.22 -
System Red Green Blue C M Y K H S L
Decimal 189 99 207 0.09 0.52 0 0.19 290 0.53 0.6
Hex BD 63 CF 9 34 0 13 122 35 3C
Octal 275 143 317 11 64 0 23 442 65 74
Binary 10111101 1100011 11001111 1001 110100 0 10011 100100010 110101 111100

Color Harmonies of #BD63CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD63CF

Black with #BD63CF

Text Example


Text Example

White with #BD63CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD63CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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