Html Css Color HEX #BF5CDA Medium Orchid

📋 copy color: '#BF5CDA'

red 191 ◦ green 92 ◦ blue 218

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

Shades of Medium Orchid #BF5CDA

Tints of Medium Orchid #BF5CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.36%

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

R = 38.12%
G = 18.36%
B = 43.51%

CMYK

 C value IS 0.12

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF5CDA (or 0xBF5CDA) is known color: Medium Orchid. HEX triplet: BF, 5C and DA. RGB value is (191,92,218). Sum of RGB (Red+Green+Blue) = 191+92+218=501 (66% of max value = 765). Red value is 191 (75% from 255 or 38.12% from 501); Green value is 92 (36.33% from 255 or 18.36% from 501); Blue value is 218 (85.55% from 255 or 43.51% from 501); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF5CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF5CDA is #40A325. Grayscale: #878787. Windows color (decimal): -4236070 or 14310591. OLE color: 14310591.

HSL color Cylindrical-coordinate representation of color #BF5CDA: hue angle of 287.14º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF5CDA is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 92 218 -
CMYK 0.12 0.58 0 0.15
HSL 287.14º 0.63% 0.61% -
HSV(B) 287.14º 0.58% 0.85% -
XYZ 37.97 23.79 68.92 -
YUV 135.97 174.3 167.25 -
System Red Green Blue C M Y K H S L
Decimal 191 92 218 0.12 0.58 0 0.15 287.14 0.63 0.61
Hex BF 5C DA C 3A 0 F 11F 3F 3D
Octal 277 134 332 14 72 0 17 437 77 75
Binary 10111111 1011100 11011010 1100 111010 0 1111 100011111 111111 111101

Color Harmonies of #BF5CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF5CDA

Black with #BF5CDA

Text Example


Text Example

White with #BF5CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF5CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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