Html Css Color HEX #B25BED Medium Orchid

📋 copy color: '#B25BED'

red 178 ◦ green 91 ◦ blue 237

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

Shades of Medium Orchid #B25BED

Tints of Medium Orchid #B25BED

RGB

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

 GREEN value IS 91 (35.94% from 255) = 17.98%

 BLUE value IS 237 (92.97% from 255) = 46.84%

R = 35.18%
G = 17.98%
B = 46.84%

CMYK

 C value IS 0.25

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B25BED (or 0xB25BED) is known color: Medium Orchid. HEX triplet: B2, 5B and ED. RGB value is (178,91,237). Sum of RGB (Red+Green+Blue) = 178+91+237=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 91 (35.94% from 255 or 17.98% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #B25BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B25BED is #4DA412. Grayscale: #858585. Windows color (decimal): -5088275 or 15555506. OLE color: 15555506.

HSL color Cylindrical-coordinate representation of color #B25BED: hue angle of 275.75º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B25BED is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 91 237 -
CMYK 0.25 0.62 0 0.07
HSL 275.75º 0.8% 0.64% -
HSV(B) 275.75º 0.62% 0.93% -
XYZ 37.39 23.06 82.6 -
YUV 133.66 186.32 159.63 -
System Red Green Blue C M Y K H S L
Decimal 178 91 237 0.25 0.62 0 0.07 275.75 0.8 0.64
Hex B2 5B ED 19 3E 0 7 114 50 40
Octal 262 133 355 31 76 0 7 424 120 100
Binary 10110010 1011011 11101101 11001 111110 0 111 100010100 1010000 1000000

Color Harmonies of #B25BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25BED

Black with #B25BED

Text Example


Text Example

White with #B25BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25BED; }

 p { color: rgb(178,91,237); }

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

background-color css

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

 a { background-color: rgb(178,91,237); }

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

border-color css

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

 span { border-color: rgb(178,91,237); }

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