Html Css Color HEX #BF77CD Orchid

📋 copy color: '#BF77CD'

red 191 ◦ green 119 ◦ blue 205

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

Shades of Orchid #BF77CD

Tints of Orchid #BF77CD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.11%

 BLUE value IS 205 (80.47% from 255) = 39.81%

R = 37.09%
G = 23.11%
B = 39.81%

CMYK

 C value IS 0.07

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BF77CD (or 0xBF77CD) is known color: Orchid. HEX triplet: BF, 77 and CD. RGB value is (191,119,205). Sum of RGB (Red+Green+Blue) = 191+119+205=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 119 (46.88% from 255 or 23.11% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #BF77CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF77CD is #408832. Grayscale: #969696. Windows color (decimal): -4229171 or 13465535. OLE color: 13465535.

HSL color Cylindrical-coordinate representation of color #BF77CD: hue angle of 290.23º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BF77CD is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 191 119 205 -
CMYK 0.07 0.42 0 0.20
HSL 290.23º 0.46% 0.64% -
HSV(B) 290.23º 0.42% 0.8% -
XYZ 39.1 28.68 61.23 -
YUV 150.33 158.85 157.01 -
System Red Green Blue C M Y K H S L
Decimal 191 119 205 0.07 0.42 0 0.20 290.23 0.46 0.64
Hex BF 77 CD 7 2A 0 14 122 2E 40
Octal 277 167 315 7 52 0 24 442 56 100
Binary 10111111 1110111 11001101 111 101010 0 10100 100100010 101110 1000000

Color Harmonies of #BF77CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77CD

Black with #BF77CD

Text Example


Text Example

White with #BF77CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77CD; }

 p { color: rgb(191,119,205); }

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

background-color css

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

 a { background-color: rgb(191,119,205); }

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

border-color css

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

 span { border-color: rgb(191,119,205); }

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