Html Css Color HEX #BD62CF Medium Orchid

📋 copy color: '#BD62CF'

red 189 ◦ green 98 ◦ blue 207

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

Shades of Medium Orchid #BD62CF

Tints of Medium Orchid #BD62CF

RGB

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

 GREEN value IS 98 (38.67% from 255) = 19.84%

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

R = 38.26%
G = 19.84%
B = 41.9%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BD62CF (or 0xBD62CF) is known color: Medium Orchid. HEX triplet: BD, 62 and CF. RGB value is (189,98,207). Sum of RGB (Red+Green+Blue) = 189+98+207=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 98 (38.67% from 255 or 19.84% from 494); Blue value is 207 (81.25% from 255 or 41.90% from 494); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD62CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62CF is #429D30. Grayscale: #898989. Windows color (decimal): -4365617 or 13591229. OLE color: 13591229.

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

Color convert

RGB 189 98 207 -
CMYK 0.09 0.53 0 0.19
HSL 290.09º 0.53% 0.6% -
HSV(B) 290.09º 0.53% 0.81% -
XYZ 36.62 24.06 61.75 -
YUV 137.64 167.15 164.64 -
System Red Green Blue C M Y K H S L
Decimal 189 98 207 0.09 0.53 0 0.19 290.09 0.53 0.6
Hex BD 62 CF 9 35 0 13 122 35 3C
Octal 275 142 317 11 65 0 23 442 65 74
Binary 10111101 1100010 11001111 1001 110101 0 10011 100100010 110101 111100

Color Harmonies of #BD62CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62CF

Black with #BD62CF

Text Example


Text Example

White with #BD62CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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