Html Css Color HEX #BF62DA Medium Orchid

📋 copy color: '#BF62DA'

red 191 ◦ green 98 ◦ blue 218

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

Shades of Medium Orchid #BF62DA

Tints of Medium Orchid #BF62DA

RGB

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

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

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

R = 37.67%
G = 19.33%
B = 43%

CMYK

 C value IS 0.12

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF62DA (or 0xBF62DA) is known color: Medium Orchid. HEX triplet: BF, 62 and DA. RGB value is (191,98,218). Sum of RGB (Red+Green+Blue) = 191+98+218=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF62DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF62DA is #409D25. Grayscale: #8B8B8B. Windows color (decimal): -4234534 or 14312127. OLE color: 14312127.

HSL color Cylindrical-coordinate representation of color #BF62DA: hue angle of 286.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 #BF62DA is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 98 218 -
CMYK 0.12 0.55 0 0.15
HSL 286.5º 0.62% 0.62% -
HSV(B) 286.5º 0.55% 0.85% -
XYZ 38.51 24.87 69.1 -
YUV 139.49 172.31 164.74 -
System Red Green Blue C M Y K H S L
Decimal 191 98 218 0.12 0.55 0 0.15 286.5 0.62 0.62
Hex BF 62 DA C 37 0 F 11E 3E 3E
Octal 277 142 332 14 67 0 17 436 76 76
Binary 10111111 1100010 11011010 1100 110111 0 1111 100011110 111110 111110

Color Harmonies of #BF62DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF62DA

Black with #BF62DA

Text Example


Text Example

White with #BF62DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF62DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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