Html Css Color HEX #BD62DA Medium Orchid

📋 copy color: '#BD62DA'

red 189 ◦ green 98 ◦ blue 218

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

Shades of Medium Orchid #BD62DA

Tints of Medium Orchid #BD62DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.17%

R = 37.43%
G = 19.41%
B = 43.17%

CMYK

 C value IS 0.13

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD62DA (or 0xBD62DA) is known color: Medium Orchid. HEX triplet: BD, 62 and DA. RGB value is (189,98,218). Sum of RGB (Red+Green+Blue) = 189+98+218=505 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.43% from 505); Green value is 98 (38.67% from 255 or 19.41% from 505); Blue value is 218 (85.55% from 255 or 43.17% from 505); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD62DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD62DA is #429D25. Grayscale: #8A8A8A. Windows color (decimal): -4365606 or 14312125. OLE color: 14312125.

HSL color Cylindrical-coordinate representation of color #BD62DA: hue angle of 285.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD62DA is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 98 218 -
CMYK 0.13 0.55 0 0.15
HSL 285.5º 0.62% 0.62% -
HSV(B) 285.5º 0.55% 0.85% -
XYZ 38.01 24.62 69.08 -
YUV 138.89 172.65 163.74 -
System Red Green Blue C M Y K H S L
Decimal 189 98 218 0.13 0.55 0 0.15 285.5 0.62 0.62
Hex BD 62 DA D 37 0 F 11E 3E 3E
Octal 275 142 332 15 67 0 17 436 76 76
Binary 10111101 1100010 11011010 1101 110111 0 1111 100011110 111110 111110

Color Harmonies of #BD62DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD62DA

Black with #BD62DA

Text Example


Text Example

White with #BD62DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD62DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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