Html Css Color HEX #B35ACF Medium Orchid

📋 copy color: '#B35ACF'

red 179 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #B35ACF

Tints of Medium Orchid #B35ACF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.91%

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

R = 37.61%
G = 18.91%
B = 43.49%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B35ACF (or 0xB35ACF) is known color: Medium Orchid. HEX triplet: B3, 5A and CF. RGB value is (179,90,207). Sum of RGB (Red+Green+Blue) = 179+90+207=476 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.61% from 476); Green value is 90 (35.55% from 255 or 18.91% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 207 - color contains mainly: blue. Hex color #B35ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B35ACF is #4CA530. Grayscale: #818181. Windows color (decimal): -5023025 or 13589171. OLE color: 13589171.

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

Color convert

RGB 179 90 207 -
CMYK 0.14 0.57 0 0.19
HSL 285.64º 0.55% 0.58% -
HSV(B) 285.64º 0.57% 0.81% -
XYZ 33.51 21.4 61.4 -
YUV 129.95 171.49 162.99 -
System Red Green Blue C M Y K H S L
Decimal 179 90 207 0.14 0.57 0 0.19 285.64 0.55 0.58
Hex B3 5A CF E 39 0 13 11E 37 3A
Octal 263 132 317 16 71 0 23 436 67 72
Binary 10110011 1011010 11001111 1110 111001 0 10011 100011110 110111 111010

Color Harmonies of #B35ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B35ACF

Black with #B35ACF

Text Example


Text Example

White with #B35ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B35ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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