Html Css Color HEX #BF70CA Medium Orchid

📋 copy color: '#BF70CA'

red 191 ◦ green 112 ◦ blue 202

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

Shades of Medium Orchid #BF70CA

Tints of Medium Orchid #BF70CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.18%

 BLUE value IS 202 (79.3% from 255) = 40%

R = 37.82%
G = 22.18%
B = 40%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF70CA (or 0xBF70CA) is known color: Medium Orchid. HEX triplet: BF, 70 and CA. RGB value is (191,112,202). Sum of RGB (Red+Green+Blue) = 191+112+202=505 (66% of max value = 765). Red value is 191 (75% from 255 or 37.82% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 202 (79.30% from 255 or 40% from 505); Max value from RGB is 202 - color contains mainly: blue. Hex color #BF70CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70CA is #408F35. Grayscale: #919191. Windows color (decimal): -4230966 or 13267135. OLE color: 13267135.

HSL color Cylindrical-coordinate representation of color #BF70CA: hue angle of 292.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF70CA is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 191 112 202 -
CMYK 0.05 0.45 0 0.21
HSL 292.67º 0.46% 0.62% -
HSV(B) 292.67º 0.45% 0.79% -
XYZ 37.94 26.93 59.08 -
YUV 145.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 191 112 202 0.05 0.45 0 0.21 292.67 0.46 0.62
Hex BF 70 CA 5 2D 0 15 125 2E 3E
Octal 277 160 312 5 55 0 25 445 56 76
Binary 10111111 1110000 11001010 101 101101 0 10101 100100101 101110 111110

Color Harmonies of #BF70CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF70CA

Black with #BF70CA

Text Example


Text Example

White with #BF70CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF70CA; }

 p { color: rgb(191,112,202); }

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

background-color css

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

 a { background-color: rgb(191,112,202); }

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

border-color css

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

 span { border-color: rgb(191,112,202); }

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