Html Css Color HEX #BF58CC Medium Orchid

📋 copy color: '#BF58CC'

red 191 ◦ green 88 ◦ blue 204

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

Shades of Medium Orchid #BF58CC

Tints of Medium Orchid #BF58CC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.22%

 BLUE value IS 204 (80.08% from 255) = 42.24%

R = 39.54%
G = 18.22%
B = 42.24%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BF58CC (or 0xBF58CC) is known color: Medium Orchid. HEX triplet: BF, 58 and CC. RGB value is (191,88,204). Sum of RGB (Red+Green+Blue) = 191+88+204=483 (63% of max value = 765). Red value is 191 (75% from 255 or 39.54% from 483); Green value is 88 (34.77% from 255 or 18.22% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #BF58CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF58CC is #40A733. Grayscale: #838383. Windows color (decimal): -4237108 or 13392063. OLE color: 13392063.

HSL color Cylindrical-coordinate representation of color #BF58CC: hue angle of 293.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BF58CC is Cyan = 0.06, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 191 88 204 -
CMYK 0.06 0.57 0 0.2
HSL 293.28º 0.53% 0.57% -
HSV(B) 293.28º 0.57% 0.8% -
XYZ 35.87 22.42 59.56 -
YUV 132.02 168.62 170.07 -
System Red Green Blue C M Y K H S L
Decimal 191 88 204 0.06 0.57 0 0.2 293.28 0.53 0.57
Hex BF 58 CC 6 39 0 14 125 35 39
Octal 277 130 314 6 71 0 24 445 65 71
Binary 10111111 1011000 11001100 110 111001 0 10100 100100101 110101 111001

Color Harmonies of #BF58CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF58CC

Black with #BF58CC

Text Example


Text Example

White with #BF58CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF58CC; }

 p { color: rgb(191,88,204); }

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

background-color css

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

 a { background-color: rgb(191,88,204); }

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

border-color css

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

 span { border-color: rgb(191,88,204); }

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