Html Css Color HEX #BF7BC5 Orchid

📋 copy color: '#BF7BC5'

red 191 ◦ green 123 ◦ blue 197

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

Shades of Orchid #BF7BC5

Tints of Orchid #BF7BC5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.07%

 BLUE value IS 197 (77.34% from 255) = 38.55%

R = 37.38%
G = 24.07%
B = 38.55%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#BF7BC5 (or 0xBF7BC5) is known color: Orchid. HEX triplet: BF, 7B and C5. RGB value is (191,123,197). Sum of RGB (Red+Green+Blue) = 191+123+197=511 (67% of max value = 765). Red value is 191 (75% from 255 or 37.38% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 197 - color contains mainly: blue. Hex color #BF7BC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BC5 is #40843A. Grayscale: #979797. Windows color (decimal): -4228155 or 12942271. OLE color: 12942271.

HSL color Cylindrical-coordinate representation of color #BF7BC5: hue angle of 295.14º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BF7BC5 is Cyan = 0.03, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 191 123 197 -
CMYK 0.03 0.38 0 0.23
HSL 295.14º 0.39% 0.63% -
HSV(B) 295.14º 0.38% 0.77% -
XYZ 38.65 29.27 56.44 -
YUV 151.77 153.53 155.98 -
System Red Green Blue C M Y K H S L
Decimal 191 123 197 0.03 0.38 0 0.23 295.14 0.39 0.63
Hex BF 7B C5 3 26 0 17 127 27 3F
Octal 277 173 305 3 46 0 27 447 47 77
Binary 10111111 1111011 11000101 11 100110 0 10111 100100111 100111 111111

Color Harmonies of #BF7BC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BC5

Black with #BF7BC5

Text Example


Text Example

White with #BF7BC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BC5; }

 p { color: rgb(191,123,197); }

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

background-color css

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

 a { background-color: rgb(191,123,197); }

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

border-color css

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

 span { border-color: rgb(191,123,197); }

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