Html Css Color HEX #BF62DD Medium Orchid

📋 copy color: '#BF62DD'

red 191 ◦ green 98 ◦ blue 221

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

Shades of Medium Orchid #BF62DD

Tints of Medium Orchid #BF62DD

RGB

 RED value IS 191 (75% from 255) = 37.45%

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

 BLUE value IS 221 (86.72% from 255) = 43.33%

R = 37.45%
G = 19.22%
B = 43.33%

CMYK

 C value IS 0.14

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF62DD (or 0xBF62DD) is known color: Medium Orchid. HEX triplet: BF, 62 and DD. RGB value is (191,98,221). Sum of RGB (Red+Green+Blue) = 191+98+221=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF62DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62DD is #409D22. Grayscale: #8B8B8B. Windows color (decimal): -4234531 or 14508735. OLE color: 14508735.

HSL color Cylindrical-coordinate representation of color #BF62DD: hue angle of 285.37º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF62DD is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 98 221 -
CMYK 0.14 0.56 0 0.13
HSL 285.37º 0.64% 0.63% -
HSV(B) 285.37º 0.56% 0.87% -
XYZ 38.9 25.03 71.19 -
YUV 139.83 173.81 164.5 -
System Red Green Blue C M Y K H S L
Decimal 191 98 221 0.14 0.56 0 0.13 285.37 0.64 0.63
Hex BF 62 DD E 38 0 D 11D 40 3F
Octal 277 142 335 16 70 0 15 435 100 77
Binary 10111111 1100010 11011101 1110 111000 0 1101 100011101 1000000 111111

Color Harmonies of #BF62DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF62DD

Black with #BF62DD

Text Example


Text Example

White with #BF62DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF62DD; }

 p { color: rgb(191,98,221); }

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

background-color css

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

 a { background-color: rgb(191,98,221); }

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

border-color css

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

 span { border-color: rgb(191,98,221); }

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