Html Css Color HEX #B25AFB Medium Orchid

📋 copy color: '#B25AFB'

red 178 ◦ green 90 ◦ blue 251

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

Shades of Medium Orchid #B25AFB

Tints of Medium Orchid #B25AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.36%

R = 34.3%
G = 17.34%
B = 48.36%

CMYK

 C value IS 0.29

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B25AFB (or 0xB25AFB) is known color: Medium Orchid. HEX triplet: B2, 5A and FB. RGB value is (178,90,251). Sum of RGB (Red+Green+Blue) = 178+90+251=519 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.30% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 251 (98.44% from 255 or 48.36% from 519); Max value from RGB is 251 - color contains mainly: blue. Hex color #B25AFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25AFB is #4DA504. Grayscale: #868686. Windows color (decimal): -5088517 or 16472754. OLE color: 16472754.

HSL color Cylindrical-coordinate representation of color #B25AFB: hue angle of 272.8º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B25AFB is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 178 90 251 -
CMYK 0.29 0.64 0 0.02
HSL 272.8º 0.95% 0.67% -
HSV(B) 272.8º 0.64% 0.98% -
XYZ 39.43 23.74 93.77 -
YUV 134.67 193.65 158.91 -
System Red Green Blue C M Y K H S L
Decimal 178 90 251 0.29 0.64 0 0.02 272.8 0.95 0.67
Hex B2 5A FB 1D 40 0 2 111 5F 43
Octal 262 132 373 35 100 0 2 421 137 103
Binary 10110010 1011010 11111011 11101 1000000 0 10 100010001 1011111 1000011

Color Harmonies of #B25AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25AFB

Black with #B25AFB

Text Example


Text Example

White with #B25AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25AFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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