Html Css Color HEX #B355CF Medium Orchid

📋 copy color: '#B355CF'

red 179 ◦ green 85 ◦ blue 207

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

Shades of Medium Orchid #B355CF

Tints of Medium Orchid #B355CF

RGB

 RED value IS 179 (70.31% from 255) = 38%

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

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

R = 38%
G = 18.05%
B = 43.95%

CMYK

 C value IS 0.14

 M value IS 0.59

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B355CF (or 0xB355CF) is known color: Medium Orchid. HEX triplet: B3, 55 and CF. RGB value is (179,85,207). Sum of RGB (Red+Green+Blue) = 179+85+207=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 85 (33.59% from 255 or 18.05% from 471); Blue value is 207 (81.25% from 255 or 43.95% from 471); Max value from RGB is 207 - color contains mainly: blue. Hex color #B355CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B355CF is #4CAA30. Grayscale: #7E7E7E. Windows color (decimal): -5024305 or 13587891. OLE color: 13587891.

HSL color Cylindrical-coordinate representation of color #B355CF: hue angle of 286.23º 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 #B355CF is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 179 85 207 -
CMYK 0.14 0.59 0 0.19
HSL 286.23º 0.56% 0.57% -
HSV(B) 286.23º 0.59% 0.81% -
XYZ 33.1 20.59 61.26 -
YUV 127.01 173.14 165.08 -
System Red Green Blue C M Y K H S L
Decimal 179 85 207 0.14 0.59 0 0.19 286.23 0.56 0.57
Hex B3 55 CF E 3B 0 13 11E 38 39
Octal 263 125 317 16 73 0 23 436 70 71
Binary 10110011 1010101 11001111 1110 111011 0 10011 100011110 111000 111001

Color Harmonies of #B355CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B355CF

Black with #B355CF

Text Example


Text Example

White with #B355CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B355CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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