Html Css Color HEX #BF7CC2 Orchid

📋 copy color: '#BF7CC2'

red 191 ◦ green 124 ◦ blue 194

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

Shades of Orchid #BF7CC2

Tints of Orchid #BF7CC2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.36%

 BLUE value IS 194 (76.17% from 255) = 38.11%

R = 37.52%
G = 24.36%
B = 38.11%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BF7CC2 (or 0xBF7CC2) is known color: Orchid. HEX triplet: BF, 7C and C2. RGB value is (191,124,194). Sum of RGB (Red+Green+Blue) = 191+124+194=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 124 (48.83% from 255 or 24.36% from 509); Blue value is 194 (76.17% from 255 or 38.11% from 509); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF7CC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7CC2 is #40833D. Grayscale: #979797. Windows color (decimal): -4227902 or 12745919. OLE color: 12745919.

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

Color convert

RGB 191 124 194 -
CMYK 0.02 0.36 0 0.24
HSL 297.43º 0.36% 0.62% -
HSV(B) 297.43º 0.36% 0.76% -
XYZ 38.43 29.39 54.69 -
YUV 152.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 191 124 194 0.02 0.36 0 0.24 297.43 0.36 0.62
Hex BF 7C C2 2 24 0 18 129 24 3E
Octal 277 174 302 2 44 0 30 451 44 76
Binary 10111111 1111100 11000010 10 100100 0 11000 100101001 100100 111110

Color Harmonies of #BF7CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7CC2

Black with #BF7CC2

Text Example


Text Example

White with #BF7CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7CC2; }

 p { color: rgb(191,124,194); }

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

background-color css

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

 a { background-color: rgb(191,124,194); }

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

border-color css

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

 span { border-color: rgb(191,124,194); }

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