Html Css Color HEX #BF7BC3 Orchid

📋 copy color: '#BF7BC3'

red 191 ◦ green 123 ◦ blue 195

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

Shades of Orchid #BF7BC3

Tints of Orchid #BF7BC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 38.31%

R = 37.52%
G = 24.17%
B = 38.31%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF7BC3 (or 0xBF7BC3) is known color: Orchid. HEX triplet: BF, 7B and C3. RGB value is (191,123,195). Sum of RGB (Red+Green+Blue) = 191+123+195=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 123 (48.44% from 255 or 24.17% from 509); Blue value is 195 (76.56% from 255 or 38.31% from 509); Max value from RGB is 195 - color contains mainly: blue. Hex color #BF7BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BC3 is #40843C. Grayscale: #979797. Windows color (decimal): -4228157 or 12811199. OLE color: 12811199.

HSL color Cylindrical-coordinate representation of color #BF7BC3: hue angle of 296.67º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BF7BC3 is Cyan = 0.02, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 191 123 195 -
CMYK 0.02 0.37 0 0.24
HSL 296.67º 0.38% 0.62% -
HSV(B) 296.67º 0.37% 0.76% -
XYZ 38.42 29.18 55.24 -
YUV 151.54 152.53 156.15 -
System Red Green Blue C M Y K H S L
Decimal 191 123 195 0.02 0.37 0 0.24 296.67 0.38 0.62
Hex BF 7B C3 2 25 0 18 129 26 3E
Octal 277 173 303 2 45 0 30 451 46 76
Binary 10111111 1111011 11000011 10 100101 0 11000 100101001 100110 111110

Color Harmonies of #BF7BC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BC3

Black with #BF7BC3

Text Example


Text Example

White with #BF7BC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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