Html Css Color HEX #BF70CB Medium Orchid

📋 copy color: '#BF70CB'

red 191 ◦ green 112 ◦ blue 203

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

Shades of Medium Orchid #BF70CB

Tints of Medium Orchid #BF70CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.12%

R = 37.75%
G = 22.13%
B = 40.12%

CMYK

 C value IS 0.06

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF70CB (or 0xBF70CB) is known color: Medium Orchid. HEX triplet: BF, 70 and CB. RGB value is (191,112,203). Sum of RGB (Red+Green+Blue) = 191+112+203=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF70CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF70CB is #408F34. Grayscale: #919191. Windows color (decimal): -4230965 or 13332671. OLE color: 13332671.

HSL color Cylindrical-coordinate representation of color #BF70CB: hue angle of 292.09º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BF70CB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 112 203 -
CMYK 0.06 0.45 0 0.20
HSL 292.09º 0.47% 0.62% -
HSV(B) 292.09º 0.45% 0.8% -
XYZ 38.06 26.98 59.7 -
YUV 146 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 191 112 203 0.06 0.45 0 0.20 292.09 0.47 0.62
Hex BF 70 CB 6 2D 0 14 124 2F 3E
Octal 277 160 313 6 55 0 24 444 57 76
Binary 10111111 1110000 11001011 110 101101 0 10100 100100100 101111 111110

Color Harmonies of #BF70CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF70CB

Black with #BF70CB

Text Example


Text Example

White with #BF70CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF70CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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