Html Css Color HEX #BF7BCF Orchid

📋 copy color: '#BF7BCF'

red 191 ◦ green 123 ◦ blue 207

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

Shades of Orchid #BF7BCF

Tints of Orchid #BF7BCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.73%

R = 36.66%
G = 23.61%
B = 39.73%

CMYK

 C value IS 0.08

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF7BCF (or 0xBF7BCF) is known color: Orchid. HEX triplet: BF, 7B and CF. RGB value is (191,123,207). Sum of RGB (Red+Green+Blue) = 191+123+207=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 123 (48.44% from 255 or 23.61% from 521); Blue value is 207 (81.25% from 255 or 39.73% from 521); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF7BCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF7BCF is #408430. Grayscale: #989898. Windows color (decimal): -4228145 or 13597631. OLE color: 13597631.

HSL color Cylindrical-coordinate representation of color #BF7BCF: hue angle of 288.57º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF7BCF is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 123 207 -
CMYK 0.08 0.41 0 0.19
HSL 288.57º 0.47% 0.65% -
HSV(B) 288.57º 0.41% 0.81% -
XYZ 39.83 29.75 62.67 -
YUV 152.91 158.53 155.17 -
System Red Green Blue C M Y K H S L
Decimal 191 123 207 0.08 0.41 0 0.19 288.57 0.47 0.65
Hex BF 7B CF 8 29 0 13 121 2F 41
Octal 277 173 317 10 51 0 23 441 57 101
Binary 10111111 1111011 11001111 1000 101001 0 10011 100100001 101111 1000001

Color Harmonies of #BF7BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF7BCF

Black with #BF7BCF

Text Example


Text Example

White with #BF7BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF7BCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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