Html Css Color HEX #BF75C6 Orchid

📋 copy color: '#BF75C6'

red 191 ◦ green 117 ◦ blue 198

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

Shades of Orchid #BF75C6

Tints of Orchid #BF75C6

RGB

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

 GREEN value IS 117 (46.09% from 255) = 23.12%

 BLUE value IS 198 (77.73% from 255) = 39.13%

R = 37.75%
G = 23.12%
B = 39.13%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF75C6 (or 0xBF75C6) is known color: Orchid. HEX triplet: BF, 75 and C6. RGB value is (191,117,198). Sum of RGB (Red+Green+Blue) = 191+117+198=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 198 - color contains mainly: blue. Hex color #BF75C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF75C6 is #408A39. Grayscale: #949494. Windows color (decimal): -4229690 or 13006271. OLE color: 13006271.

HSL color Cylindrical-coordinate representation of color #BF75C6: hue angle of 294.81º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BF75C6 is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 117 198 -
CMYK 0.04 0.41 0 0.22
HSL 294.81º 0.42% 0.62% -
HSV(B) 294.81º 0.41% 0.78% -
XYZ 38.04 27.88 56.8 -
YUV 148.36 156.02 158.41 -
System Red Green Blue C M Y K H S L
Decimal 191 117 198 0.04 0.41 0 0.22 294.81 0.42 0.62
Hex BF 75 C6 4 29 0 16 127 2A 3E
Octal 277 165 306 4 51 0 26 447 52 76
Binary 10111111 1110101 11000110 100 101001 0 10110 100100111 101010 111110

Color Harmonies of #BF75C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF75C6

Black with #BF75C6

Text Example


Text Example

White with #BF75C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF75C6; }

 p { color: rgb(191,117,198); }

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

background-color css

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

 a { background-color: rgb(191,117,198); }

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

border-color css

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

 span { border-color: rgb(191,117,198); }

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