Html Css Color HEX #B25ACF Medium Orchid

📋 copy color: '#B25ACF'

red 178 ◦ green 90 ◦ blue 207

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

Shades of Medium Orchid #B25ACF

Tints of Medium Orchid #B25ACF

RGB

 RED value IS 178 (69.92% from 255) = 37.47%

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

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

R = 37.47%
G = 18.95%
B = 43.58%

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

#B25ACF (or 0xB25ACF) is known color: Medium Orchid. HEX triplet: B2, 5A and CF. RGB value is (178,90,207). Sum of RGB (Red+Green+Blue) = 178+90+207=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 90 (35.55% from 255 or 18.95% 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 #B25ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B25ACF is #4DA530. Grayscale: #818181. Windows color (decimal): -5088561 or 13589170. OLE color: 13589170.

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

Color convert

RGB 178 90 207 -
CMYK 0.14 0.57 0 0.19
HSL 285.13º 0.55% 0.58% -
HSV(B) 285.13º 0.57% 0.81% -
XYZ 33.28 21.28 61.39 -
YUV 129.65 171.65 162.49 -
System Red Green Blue C M Y K H S L
Decimal 178 90 207 0.14 0.57 0 0.19 285.13 0.55 0.58
Hex B2 5A CF E 39 0 13 11D 37 3A
Octal 262 132 317 16 71 0 23 435 67 72
Binary 10110010 1011010 11001111 1110 111001 0 10011 100011101 110111 111010

Color Harmonies of #B25ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25ACF

Black with #B25ACF

Text Example


Text Example

White with #B25ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25ACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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