Html Css Color HEX #B775CF Medium Orchid

📋 copy color: '#B775CF'

red 183 ◦ green 117 ◦ blue 207

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

Shades of Medium Orchid #B775CF

Tints of Medium Orchid #B775CF

RGB

 RED value IS 183 (71.88% from 255) = 36.09%

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

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

R = 36.09%
G = 23.08%
B = 40.83%

CMYK

 C value IS 0.12

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B775CF (or 0xB775CF) is known color: Medium Orchid. HEX triplet: B7, 75 and CF. RGB value is (183,117,207). Sum of RGB (Red+Green+Blue) = 183+117+207=507 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.09% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 207 (81.25% from 255 or 40.83% from 507); Max value from RGB is 207 - color contains mainly: blue. Hex color #B775CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B775CF is #488A30. Grayscale: #929292. Windows color (decimal): -4753969 or 13596087. OLE color: 13596087.

HSL color Cylindrical-coordinate representation of color #B775CF: hue angle of 284º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B775CF is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 183 117 207 -
CMYK 0.12 0.43 0 0.19
HSL 284º 0.48% 0.64% -
HSV(B) 284º 0.43% 0.81% -
XYZ 37.15 27.29 62.34 -
YUV 146.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 183 117 207 0.12 0.43 0 0.19 284 0.48 0.64
Hex B7 75 CF C 2B 0 13 11C 30 40
Octal 267 165 317 14 53 0 23 434 60 100
Binary 10110111 1110101 11001111 1100 101011 0 10011 100011100 110000 1000000

Color Harmonies of #B775CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B775CF

Black with #B775CF

Text Example


Text Example

White with #B775CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B775CF; }

 p { color: rgb(183,117,207); }

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

background-color css

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

 a { background-color: rgb(183,117,207); }

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

border-color css

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

 span { border-color: rgb(183,117,207); }

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