Html Css Color HEX #B755CF Medium Orchid

📋 copy color: '#B755CF'

red 183 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #B755CF

Tints of Medium Orchid #B755CF

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.89%

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

R = 38.53%
G = 17.89%
B = 43.58%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B755CF (or 0xB755CF) is known color: Medium Orchid. HEX triplet: B7, 55 and CF. RGB value is (183,85,207). Sum of RGB (Red+Green+Blue) = 183+85+207=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #B755CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B755CF is #48AA30. Grayscale: #7F7F7F. Windows color (decimal): -4762161 or 13587895. OLE color: 13587895.

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

Color convert

RGB 183 85 207 -
CMYK 0.12 0.59 0 0.19
HSL 288.2º 0.56% 0.57% -
HSV(B) 288.2º 0.59% 0.81% -
XYZ 34.04 21.07 61.3 -
YUV 128.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 183 85 207 0.12 0.59 0 0.19 288.2 0.56 0.57
Hex B7 55 CF C 3B 0 13 120 38 39
Octal 267 125 317 14 73 0 23 440 70 71
Binary 10110111 1010101 11001111 1100 111011 0 10011 100100000 111000 111001

Color Harmonies of #B755CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B755CF

Black with #B755CF

Text Example


Text Example

White with #B755CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B755CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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